From fa7e920c678477d1fbedd0e24a99ae113ce8aa20 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Jan 2024 05:04:11 +0000 Subject: [PATCH] Bump actions/upload-artifact from 3 to 4 (#14) --- .github/workflows/pr-test-lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr-test-lint.yml b/.github/workflows/pr-test-lint.yml index 246d436..3a60295 100644 --- a/.github/workflows/pr-test-lint.yml +++ b/.github/workflows/pr-test-lint.yml @@ -64,7 +64,7 @@ jobs: restore-keys: | ${{ runner.os }}-go- - run: make test - - uses: actions/upload-artifact@v3 # upload test results + - uses: actions/upload-artifact@v4 # upload test results if: success() || failure() # run this step even if previous step failed with: name: test-results