We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 05ff45c + a058577 commit e295956Copy full SHA for e295956
1 file changed
.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@v5
+ uses: actions/upload-artifact@v6
28
with:
29
name: gem-artifact
30
path: '*.gem'
0 commit comments