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
|
||||
uses: ./
|
||||
with:
|
||||
name: pages-artifact ${{ matrix.os }}
|
||||
name: pages-artifact-${{ matrix.os }}
|
||||
path: artifact
|
||||
|
||||
- name: Download artifact
|
||||
uses: actions/download-artifact@v4-beta
|
||||
with:
|
||||
name: pages-artifact ${{ matrix.os }}
|
||||
name: pages-artifact-${{ matrix.os }}
|
||||
path: artifact2
|
||||
|
||||
- name: Extract artifact
|
||||
|
||||
Reference in New Issue
Block a user