Skip to content

Commit eb31309

Browse files
committed
Update artifact names in tests
1 parent 241a975 commit eb31309

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test-hosted-runners.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,13 +31,13 @@ jobs:
3131
- name: Upload Pages artifact
3232
uses: ./
3333
with:
34-
name: pages-artifact ${{ matrix.os }}
34+
name: pages-artifact-${{ matrix.os }}
3535
path: artifact
3636

3737
- name: Download artifact
3838
uses: actions/download-artifact@v4-beta
3939
with:
40-
name: pages-artifact ${{ matrix.os }}
40+
name: pages-artifact-${{ matrix.os }}
4141
path: artifact2
4242

4343
- name: Extract artifact

0 commit comments

Comments
 (0)