Skip to content

Commit 6481e89

Browse files
authored
Merge pull request #155 from voxpupuli/dependabot/github_actions/actions/download-artifact-7
Bump actions/download-artifact from 6 to 7
2 parents efdb2b6 + 5cc1960 commit 6481e89

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
contents: write # clone repo and create release
4040
steps:
4141
- name: Download gem from GitHub cache
42-
uses: actions/download-artifact@v6
42+
uses: actions/download-artifact@v7
4343
with:
4444
name: gem-artifact
4545
- name: Create Release
@@ -56,7 +56,7 @@ jobs:
5656
packages: write # publish to rubygems.pkg.github.com
5757
steps:
5858
- name: Download gem from GitHub cache
59-
uses: actions/download-artifact@v6
59+
uses: actions/download-artifact@v7
6060
with:
6161
name: gem-artifact
6262
- name: Publish gem to GitHub packages
@@ -73,7 +73,7 @@ jobs:
7373
id-token: write # rubygems.org authentication
7474
steps:
7575
- name: Download gem from GitHub cache
76-
uses: actions/download-artifact@v6
76+
uses: actions/download-artifact@v7
7777
with:
7878
name: gem-artifact
7979
- uses: rubygems/configure-rubygems-credentials@v1.0.0
@@ -92,7 +92,7 @@ jobs:
9292
- release-to-rubygems
9393
steps:
9494
- name: Download gem from GitHub cache
95-
uses: actions/download-artifact@v6
95+
uses: actions/download-artifact@v7
9696
with:
9797
name: gem-artifact
9898
- name: Install Ruby

0 commit comments

Comments
 (0)