Skip to content

Commit

Permalink
Merge pull request #318 from michimani/michimani/issue317
Browse files Browse the repository at this point in the history
bump actions/upload-artifact version to v4 #317
  • Loading branch information
michimani authored Jun 25, 2024
2 parents 7aa2b36 + d739491 commit 3ea56fc
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 @@ -46,7 +46,7 @@ jobs:
mkdir artifact
echo $url > artifact/url.txt
- name: Upload artifact to share url with other jobs
uses: actions/upload-artifact@v1
uses: actions/upload-artifact@v4
with:
name: artifact
path: artifact/url.txt
Expand Down

0 comments on commit 3ea56fc

Please sign in to comment.