Skip to content

Commit

Permalink
Update GitHub Artifact Actions to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 18, 2024
1 parent 3820163 commit 665ad02
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 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 All @@ -80,7 +80,7 @@ jobs:
fetch-depth: 0

- name: Download artifacts
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: ${{ env.PRODUCT }}
path: ${{ 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 All @@ -141,7 +141,7 @@ jobs:
needs: [release]
steps:
- name: Download artifact
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: release-note
path: .
Expand Down

0 comments on commit 665ad02

Please sign in to comment.