Skip to content

Commit

Permalink
Update update-artifact and download-artifact github action versions
Browse files Browse the repository at this point in the history
  • Loading branch information
a1ecbr0wn committed Feb 5, 2025
1 parent 8458340 commit 6713251
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
run: md5sum --tag bcd-${{ matrix.TARGET }}.tar.gz > bcd-${{ matrix.TARGET }}.md5

- name: Upload the artifact with the workflow run
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: bcd-${{ matrix.TARGET }}-${{ github.ref_name }}
path: bcd-${{ matrix.TARGET }}.*
Expand Down Expand Up @@ -115,7 +115,7 @@ jobs:
run: md5 bcd-${{ matrix.TARGET }}.tar.gz > bcd-${{ matrix.TARGET }}.md5

- name: Upload the artifact with the workflow run
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: bcd-${{ matrix.TARGET }}-${{ github.ref_name }}
path: bcd-${{ matrix.TARGET }}.*
Expand Down Expand Up @@ -148,7 +148,7 @@ jobs:
uses: actions/checkout@v4

- name: Download all release artifacts from the workflow
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4

- name: Create CLI Release
uses: softprops/action-gh-release@v1
Expand Down

0 comments on commit 6713251

Please sign in to comment.