From 43cc393b5fcacf02d122286b5f586322ca824f7a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Oct 2022 17:45:19 +0000 Subject: [PATCH] chore(deps): Bump actions/upload-artifact from 3.1.0 to 3.1.1 Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3.1.0 to 3.1.1. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/3cea5372237819ed00197afe530f5a7ea3e805c8...83fd05a356d7e2593de66fc9913b3002723633cb) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/audit_and_lint.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/audit_and_lint.yml b/.github/workflows/audit_and_lint.yml index a896ad568..005170bcb 100644 --- a/.github/workflows/audit_and_lint.yml +++ b/.github/workflows/audit_and_lint.yml @@ -130,7 +130,7 @@ jobs: continue-on-error: true - name: Archive e2e artifacts (low res) - uses: actions/upload-artifact@3cea5372237819ed00197afe530f5a7ea3e805c8 # pin@v2 + uses: actions/upload-artifact@83fd05a356d7e2593de66fc9913b3002723633cb # pin@v2 if: always() with: name: e2e-artifacts-low-res @@ -156,7 +156,7 @@ jobs: continue-on-error: true - name: Archive e2e artifacts (high res) - uses: actions/upload-artifact@3cea5372237819ed00197afe530f5a7ea3e805c8 # pin@v2 + uses: actions/upload-artifact@83fd05a356d7e2593de66fc9913b3002723633cb # pin@v2 if: always() with: name: e2e-artifacts-high-res