Skip to content

Commit

Permalink
Update actions/upload-artifact action to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 15, 2024
1 parent 3820163 commit 7126f24
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
run: make TARGET=${{ steps.builder.outputs.args }} releases

- name: Upload archived binary
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: ${{ env.PRODUCT }}
path: build/package/${{ env.PRODUCT }}*
Expand Down Expand Up @@ -119,7 +119,7 @@ jobs:
' >> gittaglogs.txt
- name: Upload artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: release-note
path: release-note.md
Expand Down

0 comments on commit 7126f24

Please sign in to comment.