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