Skip to content

Commit

Permalink
Merge pull request #267 from suzuki-shunsuke/chore-update-upload-arti…
Browse files Browse the repository at this point in the history
…fact-v4

ci: fix the failure of the release workflow by updating actions/upload-artifact to v4
  • Loading branch information
Byron authored Nov 3, 2024
2 parents f5cb1ce + 44d25a6 commit 904b3fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
run: echo "${{ env.ARTIFACT_VERSION }}" > artifacts/release-version

- name: Upload artifacts
uses: actions/upload-artifact@v1
uses: actions/upload-artifact@v4
with:
name: artifacts
path: artifacts
Expand Down

0 comments on commit 904b3fc

Please sign in to comment.