Skip to content

Commit

Permalink
Merge pull request #630 from cego/gh-release
Browse files Browse the repository at this point in the history
Use new artifact actions
  • Loading branch information
SlyngDK authored Oct 22, 2024
2 parents 798e37e + 759b10b commit 4b88c7c
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 @@ -26,7 +26,7 @@ jobs:
mv build/*.tar.gz release
- name: Upload artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: linux-latest
path: release
Expand All @@ -37,7 +37,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Download Linux artifacts
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4
with:
name: linux-latest
path: linux-latest
Expand Down

0 comments on commit 4b88c7c

Please sign in to comment.