Skip to content

Commit 904b3fc

Browse files
authored
Merge pull request #267 from suzuki-shunsuke/chore-update-upload-artifact-v4
ci: fix the failure of the release workflow by updating actions/upload-artifact to v4
2 parents f5cb1ce + 44d25a6 commit 904b3fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
run: echo "${{ env.ARTIFACT_VERSION }}" > artifacts/release-version
5454

5555
- name: Upload artifacts
56-
uses: actions/upload-artifact@v1
56+
uses: actions/upload-artifact@v4
5757
with:
5858
name: artifacts
5959
path: artifacts

0 commit comments

Comments
 (0)