Skip to content

Commit d4a9255

Browse files
authored
Merge pull request OpenVoxProject#129 from OpenVoxProject/dependabot/github_actions/actions/download-artifact-6
Build(deps): Bump actions/download-artifact from 5 to 6
2 parents 2ef7ee6 + c355d79 commit d4a9255

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/gem_release.yaml

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@v5
42+
uses: actions/download-artifact@v6
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@v5
59+
uses: actions/download-artifact@v6
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@v5
76+
uses: actions/download-artifact@v6
7777
with:
7878
name: gem-artifact
7979
- uses: rubygems/[email protected]
@@ -92,7 +92,7 @@ jobs:
9292
- release-to-rubygems
9393
steps:
9494
- name: Download gem from GitHub cache
95-
uses: actions/download-artifact@v5
95+
uses: actions/download-artifact@v6
9696
with:
9797
name: gem-artifact
9898
- name: Install Ruby

0 commit comments

Comments
 (0)