Skip to content

Commit 7f0c8b9

Browse files
authored
Merge pull request #220 from voxpupuli/dependabot/github_actions/actions/download-artifact-5
Bump actions/download-artifact from 4 to 5
2 parents fad1352 + 4d25afc commit 7f0c8b9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
packages: write # publish to rubygems.pkg.github.com
5050
steps:
5151
- name: Download gem from GitHub cache
52-
uses: actions/download-artifact@v4
52+
uses: actions/download-artifact@v5
5353
with:
5454
name: gem-artifact
5555
- name: Publish gem to GitHub packages
@@ -64,7 +64,7 @@ jobs:
6464
id-token: write # rubygems.org authentication
6565
steps:
6666
- name: Download gem from GitHub cache
67-
uses: actions/download-artifact@v4
67+
uses: actions/download-artifact@v5
6868
with:
6969
name: gem-artifact
7070
- uses: rubygems/[email protected]
@@ -82,7 +82,7 @@ jobs:
8282
- release-to-rubygems
8383
steps:
8484
- name: Download gem from GitHub cache
85-
uses: actions/download-artifact@v4
85+
uses: actions/download-artifact@v5
8686
with:
8787
name: gem-artifact
8888
- name: Install Ruby

0 commit comments

Comments
 (0)