From bc715aa6b819b557697373f5632c121f1e577437 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Tue, 7 Feb 2023 15:48:48 -0700 Subject: RFE: Bump actions/upload-artifact from 2 to 3 Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 2 to 3. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v2...v3) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Acked-by: Paul Moore Signed-off-by: Tom Hromatka (cherry picked from commit 73be05e88623ebc6fcad3e04109c4fc47b7fc474) --- .github/workflows/continuous-integration.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml index 0434d6c..22c1334 100644 --- a/.github/workflows/continuous-integration.yml +++ b/.github/workflows/continuous-integration.yml @@ -98,7 +98,7 @@ jobs: flag-name: "amd64" - name: Archive code coverage results if: ${{ always() }} - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v3 with: name: Code Coverage Artifacts path: | -- cgit v1.2.1