We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b0695b commit 1f79f2cCopy full SHA for 1f79f2c
.github/workflows/build.yml
@@ -31,7 +31,7 @@ jobs:
31
IS_TAG: ${{ steps.branch_name.outputs.IS_TAG }}
32
SOURCE_TAG: ${{ steps.branch_name.outputs.SOURCE_TAG }}
33
if: "${{ env.IS_TAG == 'true' }}"
34
- uses: actions/download-artifact@v2
+ uses: actions/download-artifact@v4
35
with:
36
name: ${{ env.ARTIFACT_NAME }}
37
0 commit comments