Skip to content

Commit 6b1ad56

Browse files
authored
Merge pull request #30 from OpenVoxProject/dependabot/github_actions/actions/download-artifact-7
Bump actions/download-artifact from 6 to 7
2 parents e2db556 + b9f6c06 commit 6b1ad56

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/gem_release.yaml

Lines changed: 2 additions & 2 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

0 commit comments

Comments
 (0)