Skip to content

Commit 1f79f2c

Browse files
committed
Bump another action dependecy version
1 parent 0b0695b commit 1f79f2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
IS_TAG: ${{ steps.branch_name.outputs.IS_TAG }}
3232
SOURCE_TAG: ${{ steps.branch_name.outputs.SOURCE_TAG }}
3333
if: "${{ env.IS_TAG == 'true' }}"
34-
uses: actions/download-artifact@v2
34+
uses: actions/download-artifact@v4
3535
with:
3636
name: ${{ env.ARTIFACT_NAME }}
3737

0 commit comments

Comments
 (0)