Skip to content

Commit 3ea56fc

Browse files
authored
Merge pull request #318 from michimani/michimani/issue317
bump actions/upload-artifact version to v4 #317
2 parents 7aa2b36 + d739491 commit 3ea56fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
mkdir artifact
4747
echo $url > artifact/url.txt
4848
- name: Upload artifact to share url with other jobs
49-
uses: actions/upload-artifact@v1
49+
uses: actions/upload-artifact@v4
5050
with:
5151
name: artifact
5252
path: artifact/url.txt

0 commit comments

Comments
 (0)