We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d99fe3d commit 5889e82Copy full SHA for 5889e82
.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
@@ -93,7 +93,7 @@ jobs:
93
make ipk
94
95
- name: Upload release artifacts
96
- uses: actions/upload-artifact@v2
+ uses: actions/upload-artifact@v4
97
98
99
path: |
0 commit comments