mirror of
https://github.com/actions/upload-pages-artifact.git
synced 2025-12-08 08:06:18 +00:00
Update artifact names in tests
This commit is contained in:
4
.github/workflows/test-hosted-runners.yml
vendored
4
.github/workflows/test-hosted-runners.yml
vendored
@@ -31,13 +31,13 @@ jobs:
|
|||||||
- name: Upload Pages artifact
|
- name: Upload Pages artifact
|
||||||
uses: ./
|
uses: ./
|
||||||
with:
|
with:
|
||||||
name: pages-artifact ${{ matrix.os }}
|
name: pages-artifact-${{ matrix.os }}
|
||||||
path: artifact
|
path: artifact
|
||||||
|
|
||||||
- name: Download artifact
|
- name: Download artifact
|
||||||
uses: actions/download-artifact@v4-beta
|
uses: actions/download-artifact@v4-beta
|
||||||
with:
|
with:
|
||||||
name: pages-artifact ${{ matrix.os }}
|
name: pages-artifact-${{ matrix.os }}
|
||||||
path: artifact2
|
path: artifact2
|
||||||
|
|
||||||
- name: Extract artifact
|
- name: Extract artifact
|
||||||
|
|||||||
Reference in New Issue
Block a user