Skip to content

Commit 1fb04a5

Browse files
authored
Merge pull request #9 from voxpupuli/dependabot/github_actions/actions/download-artifact-5
Bump actions/download-artifact from 4 to 5
2 parents 74f09b2 + 6587011 commit 1fb04a5

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: Setup GitHub packages access
@@ -69,7 +69,7 @@ jobs:
6969
id-token: write # rubygems.org authentication
7070
steps:
7171
- name: Download gem from GitHub cache
72-
uses: actions/download-artifact@v4
72+
uses: actions/download-artifact@v5
7373
with:
7474
name: gem-artifact
7575
- uses: rubygems/[email protected]
@@ -87,7 +87,7 @@ jobs:
8787
- release-to-rubygems
8888
steps:
8989
- name: Download gem from GitHub cache
90-
uses: actions/download-artifact@v4
90+
uses: actions/download-artifact@v5
9191
with:
9292
name: gem-artifact
9393
- name: Install Ruby

0 commit comments

Comments
 (0)