Skip to content

Commit 55c2aad

Browse files
authored
Merge pull request #2591 from yahonda/bump-download-artifact-release81
Bump actions/download-artifact from 6 to 8 in release workflow
2 parents a2338a6 + 00e0615 commit 55c2aad

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,11 +53,11 @@ jobs:
5353
actions: read
5454
steps:
5555
- name: Download CRuby gem
56-
uses: actions/download-artifact@v6
56+
uses: actions/download-artifact@v8
5757
with:
5858
name: gem-cruby
5959
- name: Download JRuby gem
60-
uses: actions/download-artifact@v6
60+
uses: actions/download-artifact@v8
6161
with:
6262
name: gem-jruby
6363
- name: Set up Ruby

0 commit comments

Comments
 (0)