From 7ce02fd2ebff9d1b14a11859bb36fbdd4ea6661a Mon Sep 17 00:00:00 2001 From: Dawid Zbinski Date: Mon, 16 Mar 2026 23:26:28 +0100 Subject: [PATCH] fix(ci): bump actions to latest Node.js 24 versions MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - actions/checkout v5 → v6 - actions/upload-artifact v5 → v7 - actions/download-artifact v5 → v8 The v5 versions still default to Node.js 20 which produces deprecation warnings. Co-Authored-By: Claude Opus 4.6 (1M context) --- .github/workflows/ci.yml | 4 ++-- .github/workflows/deploy.yml | 2 +- .github/workflows/release.yml | 12 ++++++------ 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3757871..26e811c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,7 +8,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Set up Go uses: actions/setup-go@v6 @@ -22,7 +22,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Set up Go uses: actions/setup-go@v6 diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 8bb0264..af6a541 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -9,7 +9,7 @@ jobs: if: startsWith(github.ref, 'refs/tags/v') steps: - name: Checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Set up Go uses: actions/setup-go@v6 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 0eec610..0e3af67 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -12,7 +12,7 @@ jobs: if: github.ref == 'refs/heads/main' steps: - name: Checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: fetch-depth: 0 @@ -60,7 +60,7 @@ jobs: done - name: Upload build artifacts - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v7 with: name: binaries path: dist/ @@ -75,7 +75,7 @@ jobs: needs: build steps: - name: Download build artifacts - uses: actions/download-artifact@v5 + uses: actions/download-artifact@v8 with: name: binaries path: dist/ @@ -144,7 +144,7 @@ jobs: done - name: Upload signed artifacts - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v7 with: name: binaries-signed path: dist/ @@ -155,12 +155,12 @@ jobs: needs: [build, sign-macos] steps: - name: Checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: fetch-depth: 0 - name: Download signed artifacts - uses: actions/download-artifact@v5 + uses: actions/download-artifact@v8 with: name: binaries-signed path: dist/