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] authored Dec 24, 2023
1 parent 9e8b2ee commit cae0d24
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 @@ -104,7 +104,7 @@ jobs:
run: yarn node-pre-gyp package --target_arch=${{ env.TARGET }}

- 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 @@ -159,7 +159,7 @@ jobs:
docker cp $CONTAINER_ID:/usr/src/build/build/ ./build
- 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 cae0d24

Please sign in to comment.