From ab12678954ef41ba1f49298a216f3988be17d7b0 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 3 Mar 2022 19:25:30 +0000 Subject: [PATCH] chore(deps): update actions/upload-artifact action to v3 --- .github/workflows/CI.yaml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/CI.yaml b/.github/workflows/CI.yaml index 4f02fc8c..1d447258 100644 --- a/.github/workflows/CI.yaml +++ b/.github/workflows/CI.yaml @@ -168,7 +168,7 @@ jobs: run: ${{ matrix.settings.build }} - name: Upload artifact - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v3 with: name: bindings-${{ matrix.settings.target }} path: ${{ env.APP_NAME }}.*.node @@ -234,7 +234,7 @@ jobs: - name: Test failed if: ${{ failure() }} - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v3 with: name: failure-images-${{ matrix.settings.target }}-${{ matrix.node }} path: __test__/failure/** @@ -293,7 +293,7 @@ jobs: - name: Test failed if: ${{ failure() }} - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v3 with: name: failure-images-x86_64-unknown-linux-gnu-${{ matrix.node }} path: __test__/failure/** @@ -352,7 +352,7 @@ jobs: - name: Test failed if: ${{ failure() }} - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v3 with: name: failure-images-x86_64-unknown-linux-musl-${{ matrix.node }} path: __test__/failure/** @@ -403,7 +403,7 @@ jobs: - name: Test failed if: ${{ failure() }} - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v3 with: name: failure-images-aarch64-unknown-linux-gnu-${{ matrix.node }} path: __test__/failure/** @@ -452,7 +452,7 @@ jobs: - name: Test failed if: ${{ failure() }} - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v3 with: name: failure-images-aarch64-unknown-linux-musl-${{ matrix.node }} path: __test__/failure/** @@ -503,7 +503,7 @@ jobs: - name: Test failed if: ${{ failure() }} - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v3 with: name: failure-images-armv7-unknown-linux-gnueabihf-${{ matrix.node }} path: __test__/failure/**