From 0f0ab25fe880ea1696c7151e435db5426a667479 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Apr 2022 04:02:20 +0000 Subject: [PATCH] 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] --- .github/workflows/linux-workflow.yml | 2 +- .github/workflows/windows-workflow.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/linux-workflow.yml b/.github/workflows/linux-workflow.yml index 7d4171f7a2..ce4ae486b6 100644 --- a/.github/workflows/linux-workflow.yml +++ b/.github/workflows/linux-workflow.yml @@ -208,7 +208,7 @@ jobs: - name: Upload artifact if: matrix.appimage == true - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v3 with: name: ${{ steps.artifact-metadata.outputs.name }} path: ci-artifacts diff --git a/.github/workflows/windows-workflow.yml b/.github/workflows/windows-workflow.yml index 28f163b4af..aaa03c333c 100644 --- a/.github/workflows/windows-workflow.yml +++ b/.github/workflows/windows-workflow.yml @@ -162,7 +162,7 @@ jobs: echo "##[set-output name=simd;]${SIMD}" - name: Upload artifact - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v3 continue-on-error: true with: name: ${{ steps.artifact-metadata.outputs.name }} @@ -178,7 +178,7 @@ jobs: - name: Upload artifact - with symbols if: matrix.configuration != 'CMake' - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v3 continue-on-error: true with: name: ${{ steps.artifact-metadata.outputs.name }}-symbols