mirror of
https://github.com/actions/upload-pages-artifact.git
synced 2026-05-14 11:56:59 +00:00
Compare commits
1 Commits
v3.0.0
...
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
|
- name: Upload Pages artifact
|
||||||
uses: ./
|
uses: ./
|
||||||
with:
|
with:
|
||||||
name: pages-artifact-${{ matrix.os }}
|
|
||||||
path: artifact
|
path: artifact
|
||||||
|
|
||||||
- name: Download artifact
|
- name: Download artifact
|
||||||
uses: actions/download-artifact@v4
|
uses: actions/download-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: pages-artifact-${{ matrix.os }}
|
name: github-pages
|
||||||
path: artifact2
|
path: artifact2
|
||||||
|
|
||||||
- name: Extract artifact
|
- name: Extract artifact
|
||||||
|
|||||||
@@ -47,7 +47,7 @@ steps:
|
|||||||
echo "::warning title=Invalid file permissions automatically fixed::$line"
|
echo "::warning title=Invalid file permissions automatically fixed::$line"
|
||||||
done
|
done
|
||||||
- name: Upload Pages artifact
|
- 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"
|
echo "::warning title=Invalid file permissions automatically fixed::$line"
|
||||||
done
|
done
|
||||||
- name: Upload Pages artifact
|
- name: Upload Pages artifact
|
||||||
uses: actions/upload-pages-artifact@v2
|
uses: actions/upload-pages-artifact@v3
|
||||||
# ...
|
# ...
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user