From f395d1a5170bc1d47168759e35f01459a64caaa7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Sep 2024 05:12:27 +0000 Subject: [PATCH] Bump actions/upload-artifact from 3.1.1 to 4.3.3 (#536) * Bump actions/upload-artifact from 3.1.1 to 4.3.3 Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3.1.1 to 4.3.3. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/83fd05a356d7e2593de66fc9913b3002723633cb...65462800fd760344b1a7b4382951275a0abb4808) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] * Fix upload artifact --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Wayback Archiver <66856220+waybackarchiver@users.noreply.github.com> --- .github/workflows/testing.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index 07b9e72c..d7488122 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -193,9 +193,9 @@ jobs: CHROMEDP_WSURLREADTIMEOUT: 60 - name: Upload artifact - uses: actions/upload-artifact@83fd05a356d7e2593de66fc9913b3002723633cb # v3.1.1 + uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3 with: - name: coverage-${{ matrix.os }} + name: coverage-${{ matrix.os }}-${{ matrix.go }} path: coverage.* - name: Upload coverage to Codecov