From bc93eb0798b4b3d60a624be769d4f7cab099ead5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 26 Feb 2026 21:12:39 +0000 Subject: [PATCH] chore(deps): update actions/upload-artifact action to v7 --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 208f0668..dfd7a0a8 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -76,7 +76,7 @@ jobs: - name: Send coverage if: matrix.os != 'windows-latest' run: goveralls -coverprofile=coverage.txt -service=github -parallel - - uses: actions/upload-artifact@v5 + - uses: actions/upload-artifact@v7 with: name: logs-${{ github.job }}-${{ github.run_id }}-${{ github.run_attempt }}-${{ matrix.go-version }}-${{ matrix.os }}.zip path: ~/.pact/plugins/**/plugin.log