We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e2db556 + b9f6c06 commit 6b1ad56Copy full SHA for 6b1ad56
1 file changed
.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@v6
+ uses: actions/download-artifact@v7
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