Skip to content

Commit 475416b

Browse files
yahondaclaude
andcommitted
Bump upload-artifact to v7 and download-artifact to v8
Fix Node.js 20 deprecation warnings in the release workflow. Actions will be forced to Node.js 24 starting June 2, 2026. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 39cf870 commit 475416b

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)