Skip to content

Commit

Permalink
Merge pull request #440 from Brooooooklyn/renovate/actions-upload-art…
Browse files Browse the repository at this point in the history
…ifact-3.x

chore(deps): update actions/upload-artifact action to v3
  • Loading branch information
Brooooooklyn authored Mar 4, 2022
2 parents d0a80b6 + ab12678 commit 75c7238
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/CI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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/**
Expand Down Expand Up @@ -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/**
Expand Down Expand Up @@ -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/**
Expand Down Expand Up @@ -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/**
Expand Down Expand Up @@ -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/**
Expand Down Expand Up @@ -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/**
Expand Down

0 comments on commit 75c7238

Please sign in to comment.