Skip to content

Commit

Permalink
Merge pull request #5 from jandubois/bump-actions
Browse files Browse the repository at this point in the history
Bump up/download-artifact actions
  • Loading branch information
jandubois authored Sep 4, 2024
2 parents 660a74b + e914b05 commit 3da3eae
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 @@ -55,7 +55,7 @@ jobs:
sha512sum "$TARBALL" >"${TARBALL}.sha512sum"
fi
done
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: lima.${{ matrix.os }}
path: lima/lima.*
Expand All @@ -67,7 +67,7 @@ jobs:
needs: [build]
steps:
- uses: actions/checkout@v4
- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4
- name: "Create release"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 3da3eae

Please sign in to comment.