Skip to content

Commit 5889e82

Browse files
authored
Bump artifact action versions
1 parent d99fe3d commit 5889e82

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

+2-2
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

@@ -93,7 +93,7 @@ jobs:
9393
make ipk
9494
9595
- name: Upload release artifacts
96-
uses: actions/upload-artifact@v2
96+
uses: actions/upload-artifact@v4
9797
with:
9898
name: ${{ env.ARTIFACT_NAME }}
9999
path: |

0 commit comments

Comments
 (0)