We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 880c28f commit a4778c2Copy full SHA for a4778c2
.github/workflows/dotnet.yml
@@ -36,13 +36,13 @@ jobs:
36
37
steps:
38
- name: Download generic artifacts
39
- uses: actions/download-artifact@v4.1.7
+ uses: actions/download-artifact@v4.1.8
40
with:
41
name: ${{ github.event.repository.name }}
42
path: out/${{ github.event.repository.name }}
43
44
- name: Download Windows artifacts
45
46
47
name: ${{ github.event.repository.name }}-Windows
48
path: out/${{ github.event.repository.name }}-Windows
0 commit comments