Skip to content

Commit f577351

Browse files
authored
Merge pull request #248 from yahonda/bump-artifact-actions
Bump upload-artifact to v7 and download-artifact to v8
2 parents 39cf870 + 475416b commit f577351

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
@@ -23,7 +23,7 @@ jobs:
2323
- name: Build gem
2424
run: gem build ruby-plsql.gemspec
2525
- name: Upload gem artifact
26-
uses: actions/upload-artifact@v4
26+
uses: actions/upload-artifact@v7
2727
with:
2828
name: gem-cruby
2929
path: "*.gem"
@@ -39,7 +39,7 @@ jobs:
3939
actions: read
4040
steps:
4141
- name: Download CRuby gem
42-
uses: actions/download-artifact@v4
42+
uses: actions/download-artifact@v8
4343
with:
4444
name: gem-cruby
4545
- name: Set up Ruby

0 commit comments

Comments
 (0)