Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .github/workflows/gem_release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
contents: write # clone repo and create release
steps:
- name: Download gem from GitHub cache
uses: actions/download-artifact@v5
uses: actions/download-artifact@v6
with:
name: gem-artifact
- name: Create Release
Expand All @@ -56,7 +56,7 @@ jobs:
packages: write # publish to rubygems.pkg.github.com
steps:
- name: Download gem from GitHub cache
uses: actions/download-artifact@v5
uses: actions/download-artifact@v6
with:
name: gem-artifact
- name: Publish gem to GitHub packages
Expand All @@ -73,7 +73,7 @@ jobs:
id-token: write # rubygems.org authentication
steps:
- name: Download gem from GitHub cache
uses: actions/download-artifact@v5
uses: actions/download-artifact@v6
with:
name: gem-artifact
- uses: rubygems/configure-rubygems-credentials@v1.0.0
Expand All @@ -92,7 +92,7 @@ jobs:
- release-to-rubygems
steps:
- name: Download gem from GitHub cache
uses: actions/download-artifact@v5
uses: actions/download-artifact@v6
with:
name: gem-artifact
- name: Install Ruby
Expand Down