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 77018a2 commit 85b5863Copy full SHA for 85b5863
.github/workflows/release.yml
@@ -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