From a676b3929f4caf2d859cd26de44f6562185c866e Mon Sep 17 00:00:00 2001 From: "codesphere-renovate[bot]" <315425581+codesphere-renovate[bot]@users.noreply.github.com> Date: Sun, 23 Aug 2026 07:03:59 +0000 Subject: [PATCH] update(deps): update github artifact actions --- .github/workflows/integration-test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/integration-test.yml b/.github/workflows/integration-test.yml index 7dbedb91..ee3d17cb 100644 --- a/.github/workflows/integration-test.yml +++ b/.github/workflows/integration-test.yml @@ -34,7 +34,7 @@ jobs: go test -c -o int.test ./int - name: Upload artifacts - uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4 + uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7 with: name: test-artifacts-${{ github.run_id }} path: | @@ -55,7 +55,7 @@ jobs: CS_TEAM_ID: ${{ secrets.CS_TEAM_ID }} steps: - name: Download artifacts - uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4 + uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8 with: name: test-artifacts-${{ github.run_id }}