We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 241a975 commit eb31309Copy full SHA for eb31309
.github/workflows/test-hosted-runners.yml
@@ -31,13 +31,13 @@ jobs:
31
- name: Upload Pages artifact
32
uses: ./
33
with:
34
- name: pages-artifact ${{ matrix.os }}
+ name: pages-artifact-${{ matrix.os }}
35
path: artifact
36
37
- name: Download artifact
38
uses: actions/download-artifact@v4-beta
39
40
41
path: artifact2
42
43
- name: Extract artifact
0 commit comments