Skip to content

Commit 241a975

Browse files
committed
Correct artifact name during download
1 parent ef95519 commit 241a975

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
- name: Download artifact
3838
uses: actions/download-artifact@v4-beta
3939
with:
40-
name: github-pages
40+
name: pages-artifact ${{ matrix.os }}
4141
path: artifact2
4242

4343
- name: Extract artifact

0 commit comments

Comments
 (0)