Skip to content

Commit c0720c9

Browse files
committed
chore: update download-artifact action
1 parent bc6f827 commit c0720c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
run: |
4040
git config user.name "$GITHUB_ACTOR"
4141
git config user.email "[email protected]"
42-
- uses: actions/download-artifact@v2
42+
- uses: actions/download-artifact@v6
4343
with:
4444
name: dworks-packages
4545
path: ${{ runner.temp }}/packages

0 commit comments

Comments
 (0)