Skip to content

Commit a4778c2

Browse files
committed
Update actions/download-artifact action to v4.1.8
1 parent 880c28f commit a4778c2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/dotnet.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,13 +36,13 @@ jobs:
3636

3737
steps:
3838
- name: Download generic artifacts
39-
uses: actions/download-artifact@v4.1.7
39+
uses: actions/download-artifact@v4.1.8
4040
with:
4141
name: ${{ github.event.repository.name }}
4242
path: out/${{ github.event.repository.name }}
4343

4444
- name: Download Windows artifacts
45-
uses: actions/download-artifact@v4.1.7
45+
uses: actions/download-artifact@v4.1.8
4646
with:
4747
name: ${{ github.event.repository.name }}-Windows
4848
path: out/${{ github.event.repository.name }}-Windows

0 commit comments

Comments
 (0)