Skip to content

Commit

Permalink
Update the {upload,download}-artifact v4
Browse files Browse the repository at this point in the history
  • Loading branch information
mvines committed Oct 30, 2024
1 parent 253f422 commit 684414e
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 @@ -40,7 +40,7 @@ jobs:
- run: mv target/release/sys sys-${{ matrix.target }}
- run: mv target/release/sys-lend sys-lend-${{ matrix.target }}

- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v4
with:
name: ${{ matrix.target }}
path: |
Expand All @@ -53,7 +53,7 @@ jobs:
runs-on: ubuntu-20.04
steps:

- uses: actions/download-artifact@v2
- uses: actions/download-artifact@v4

- if: startsWith(github.ref, 'refs/tags/')
uses: softprops/action-gh-release@v1
Expand Down

0 comments on commit 684414e

Please sign in to comment.