File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 3939 contents : write # clone repo and create release
4040 steps :
4141 - name : Download gem from GitHub cache
42- uses : actions/download-artifact@v4
42+ uses : actions/download-artifact@v5
4343 with :
4444 name : gem-artifact
4545 - name : Create Release
5656 packages : write # publish to rubygems.pkg.github.com
5757 steps :
5858 - name : Download gem from GitHub cache
59- uses : actions/download-artifact@v4
59+ uses : actions/download-artifact@v5
6060 with :
6161 name : gem-artifact
6262 - name : Publish gem to GitHub packages
7373 id-token : write # rubygems.org authentication
7474 steps :
7575 - name : Download gem from GitHub cache
76- uses : actions/download-artifact@v4
76+ uses : actions/download-artifact@v5
7777 with :
7878 name : gem-artifact
7979 -
uses :
rubygems/[email protected] 9292 - release-to-rubygems
9393 steps :
9494 - name : Download gem from GitHub cache
95- uses : actions/download-artifact@v4
95+ uses : actions/download-artifact@v5
9696 with :
9797 name : gem-artifact
9898 - name : Install Ruby
You can’t perform that action at this time.
0 commit comments