Skip to content

Commit ec39c40

Browse files
authored
Merge pull request #232 from voxpupuli/dependabot/github_actions/actions/download-artifact-6
Bump actions/download-artifact from 5 to 6
2 parents 7f04ea9 + b59042f commit ec39c40

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@v5
52+
uses: actions/download-artifact@v6
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@v5
67+
uses: actions/download-artifact@v6
6868
with:
6969
name: gem-artifact
7070
- uses: rubygems/configure-rubygems-credentials@v1.0.0
@@ -82,7 +82,7 @@ jobs:
8282
- release-to-rubygems
8383
steps:
8484
- name: Download gem from GitHub cache
85-
uses: actions/download-artifact@v5
85+
uses: actions/download-artifact@v6
8686
with:
8787
name: gem-artifact
8888
- name: Install Ruby

0 commit comments

Comments
 (0)