Skip to content

Commit

Permalink
Bump artifact action versions
Browse files Browse the repository at this point in the history
  • Loading branch information
j005u authored Oct 3, 2024
1 parent d99fe3d commit 5889e82
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
IS_TAG: ${{ steps.branch_name.outputs.IS_TAG }}
SOURCE_TAG: ${{ steps.branch_name.outputs.SOURCE_TAG }}
if: "${{ env.IS_TAG == 'true' }}"
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4
with:
name: ${{ env.ARTIFACT_NAME }}

Expand Down Expand Up @@ -93,7 +93,7 @@ jobs:
make ipk
- name: Upload release artifacts
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: ${{ env.ARTIFACT_NAME }}
path: |
Expand Down

0 comments on commit 5889e82

Please sign in to comment.