Skip to content

Commit

Permalink
Merge pull request #101 from thombashi/dependabot/github_actions/acti…
Browse files Browse the repository at this point in the history
…ons/upload-artifact-4

Bump actions/upload-artifact from 3 to 4
  • Loading branch information
thombashi authored Feb 10, 2024
2 parents d9b675f + 94ecd01 commit 99e6aa3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_and_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
powershell compress-archive -Force "$BIN_PATH" "$ARCHIVE_PATH"
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: binaries
path: ${{ env.DIST_DIR_NAME }}/${{ env.BIN_NAME }}_*
Expand Down Expand Up @@ -105,7 +105,7 @@ jobs:
ls -l --time-style=long-iso --file-type --human-readable --group-directories-first
sha256sum ${BIN_NAME}_* > "../${SHA_DIR}/${SHA_TEXT_FILE}"
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: shasum
path: ${{ env.SHA_DIR }}
Expand Down

0 comments on commit 99e6aa3

Please sign in to comment.