We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents dd7df9a + 8cbfb00 commit f9bbceaCopy full SHA for f9bbcea
.github/workflows/gem_release.yaml
@@ -39,7 +39,7 @@ jobs:
39
contents: write # clone repo and create release
40
steps:
41
- name: Download gem from GitHub cache
42
- uses: actions/download-artifact@v4
+ uses: actions/download-artifact@v5
43
with:
44
name: gem-artifact
45
- name: Create Release
@@ -56,7 +56,7 @@ jobs:
56
packages: write # publish to rubygems.pkg.github.com
57
58
59
60
61
62
- name: Publish gem to GitHub packages
0 commit comments