From 552cea3e88dcae1eaa837679b24f37ba274dec63 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 26 Feb 2026 21:22:13 +0000 Subject: [PATCH] chore(deps): Update actions/upload-artifact action to v7 --- .github/workflows/test-gorm.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-gorm.yml b/.github/workflows/test-gorm.yml index 3f41458..7cc5b05 100755 --- a/.github/workflows/test-gorm.yml +++ b/.github/workflows/test-gorm.yml @@ -50,7 +50,7 @@ jobs: run: grep FAIL -A10 -B3 ${{ runner.os }}-${{ matrix.go }}-tests.out || true - name: Save tests results if: ${{ always() }} - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: ${{ runner.os }}-${{ matrix.go }}-tests.out path: ./gorm/tests/${{ runner.os }}-${{ matrix.go }}-tests.out