From 475416b48d99435b15bf2e5d53a4036c35c02a56 Mon Sep 17 00:00:00 2001 From: Yasuo Honda Date: Mon, 13 Apr 2026 08:56:04 +0900 Subject: [PATCH] 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) --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b531064..54c5716 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -23,7 +23,7 @@ jobs: - name: Build gem run: gem build ruby-plsql.gemspec - name: Upload gem artifact - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: gem-cruby path: "*.gem" @@ -39,7 +39,7 @@ jobs: actions: read steps: - name: Download CRuby gem - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v8 with: name: gem-cruby - name: Set up Ruby