Skip to content

Commit

Permalink
Update actions/upload-artifact action to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Dec 29, 2023
1 parent 03d6e75 commit bab62d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ jobs:
run: yarn test

- name: Upload binaries to commit artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
if: matrix.node == 18
with:
name: prebuilt-binaries
Expand Down Expand Up @@ -152,7 +152,7 @@ jobs:
docker cp $CONTAINER_ID:/usr/src/build/prebuilds/ ./prebuilds
- name: Upload binaries to commit artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
if: matrix.node == 18
with:
name: prebuilt-binaries
Expand Down

0 comments on commit bab62d9

Please sign in to comment.