From 3f8baace251ad04218c61ec9d8b4e7a7d6dae8da Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Oct 2024 02:32:39 +0000 Subject: [PATCH] Bump actions/upload-artifact from 2.3.1 to 4.4.3 Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 2.3.1 to 4.4.3. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v2.3.1...v4.4.3) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .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 c3f2bdb..653dbd2 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -44,7 +44,7 @@ jobs: trap "go-junit-report < go-test.out > go-test-report.xml" EXIT make testacc | tee go-test.out - name: Upload test results - uses: actions/upload-artifact@v2.3.1 + uses: actions/upload-artifact@v4.4.3 with: name: acc-test-results.xml path: go-test-report.xml