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 cbf6ab0 + 404f789 commit 376d860Copy full SHA for 376d860
.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@v5
+ uses: actions/download-artifact@v6
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