Skip to content

Commit

Permalink
Update artifact names in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
konradpabjan committed Oct 27, 2023
1 parent 241a975 commit eb31309
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-hosted-runners.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit eb31309

Please sign in to comment.