From 98d52ed75f5b98b47ff2cc975aa4527e6c23d1ac Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 27 Feb 2026 02:51:28 +0200 Subject: [PATCH] =?UTF-8?q?chore(deps)!:=20update=20actions/upload-artifac?= =?UTF-8?q?t=20(v6.0.0=20=E2=86=92=20v7.0.0)=20(#178)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/build-test-publish.yml | 4 ++-- .github/workflows/security.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build-test-publish.yml b/.github/workflows/build-test-publish.yml index b7979b6..2d134fa 100644 --- a/.github/workflows/build-test-publish.yml +++ b/.github/workflows/build-test-publish.yml @@ -57,7 +57,7 @@ jobs: - name: Upload test results if: always() - uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0 + uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0 with: name: test-results path: test-results.json @@ -122,7 +122,7 @@ jobs: done - name: Upload artifact - uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0 + uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0 with: name: gibidify-${{ matrix.goos }}-${{ matrix.goarch }} path: dist/* diff --git a/.github/workflows/security.yml b/.github/workflows/security.yml index 94e9c2f..17a7534 100644 --- a/.github/workflows/security.yml +++ b/.github/workflows/security.yml @@ -87,7 +87,7 @@ jobs: # Upload artifacts for review - name: Upload security scan results - uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0 + uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0 if: always() with: name: security-scan-results