Skip to content

Commit 827194b

Browse files
Update actions/download-artifact action to v4.3.0
1 parent e657902 commit 827194b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dotnet.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939

4040
steps:
4141
- name: Download artifacts
42-
uses: actions/download-artifact@v4.2.1
42+
uses: actions/download-artifact@v4.3.0
4343
with:
4444
name: ${{ github.event.repository.name }}
4545
path: out/${{ github.event.repository.name }}

0 commit comments

Comments
 (0)