From e1e3fbfd6cfc2dd41ea352f8da0d21eb8bf13ae8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 26 Feb 2026 18:49:00 +0000 Subject: [PATCH] chore(deps): update github artifact actions --- .github/workflows/build_and_release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build_and_release.yml b/.github/workflows/build_and_release.yml index 316c3a8..e53895f 100644 --- a/.github/workflows/build_and_release.yml +++ b/.github/workflows/build_and_release.yml @@ -33,7 +33,7 @@ jobs: go build -v -o "bin/bob-$GOOS-$GOARCH-$GITHUB_REF_NAME" - name: Upload - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v7 with: name: binaries path: bin/* @@ -69,7 +69,7 @@ jobs: steps: - uses: actions/checkout@v3 - name: Download - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v8 with: name: binaries path: bin/