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.
1 parent 6f9d977 commit 04c9c9aCopy full SHA for 04c9c9a
.github/workflows/gem_release.yaml
@@ -24,7 +24,7 @@ jobs:
24
shell: bash
25
run: gem build --verbose *.gemspec
26
- name: Upload gem to GitHub cache
27
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v5
28
with:
29
name: gem-artifact
30
path: '*.gem'
0 commit comments