mirror of
https://github.com/actions/upload-pages-artifact.git
synced 2026-02-10 04:11:34 +00:00
Compare commits
1 Commits
artifacts-
...
artifacts-
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
f9b240399a |
3
.github/workflows/test-hosted-runners.yml
vendored
3
.github/workflows/test-hosted-runners.yml
vendored
@@ -31,13 +31,12 @@ jobs:
|
||||
- name: Upload Pages artifact
|
||||
uses: ./
|
||||
with:
|
||||
name: pages-artifact-${{ matrix.os }}
|
||||
path: artifact
|
||||
|
||||
- name: Download artifact
|
||||
uses: actions/download-artifact@v4
|
||||
with:
|
||||
name: pages-artifact-${{ matrix.os }}
|
||||
name: github-pages
|
||||
path: artifact2
|
||||
|
||||
- name: Extract artifact
|
||||
|
||||
@@ -47,7 +47,7 @@ steps:
|
||||
echo "::warning title=Invalid file permissions automatically fixed::$line"
|
||||
done
|
||||
- name: Upload Pages artifact
|
||||
uses: actions/upload-pages-artifact@v2
|
||||
uses: actions/upload-pages-artifact@v3
|
||||
# ...
|
||||
```
|
||||
|
||||
@@ -62,7 +62,7 @@ steps:
|
||||
echo "::warning title=Invalid file permissions automatically fixed::$line"
|
||||
done
|
||||
- name: Upload Pages artifact
|
||||
uses: actions/upload-pages-artifact@v2
|
||||
uses: actions/upload-pages-artifact@v3
|
||||
# ...
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user