Skip to content

Commit

Permalink
chore(deps): update actions/download-artifact action to v4 (#138)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jan 23, 2024
1 parent 5d53011 commit eac02aa
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/publish-packager-resource-resolver-nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ jobs:
node-version: ${{ matrix.node }}
- run: pnpm install
- name: Download artifacts
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: bindings-${{ matrix.settings.target }}
path: bindings/resource-resolver/nodejs
Expand Down Expand Up @@ -208,7 +208,7 @@ jobs:
node-version: ${{ matrix.node }}
- run: pnpm install
- name: Download artifacts
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: bindings-x86_64-unknown-linux-gnu
path: bindings/resource-resolver/nodejs
Expand Down Expand Up @@ -243,7 +243,7 @@ jobs:
pnpm config set supportedArchitectures.libc "musl"
pnpm install
- name: Download artifacts
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: bindings-x86_64-unknown-linux-musl
path: bindings/resource-resolver/nodejs
Expand All @@ -267,7 +267,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Download artifacts
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: bindings-aarch64-unknown-linux-gnu
path: bindings/resource-resolver/nodejs
Expand Down Expand Up @@ -306,7 +306,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Download artifacts
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: bindings-aarch64-unknown-linux-musl
path: bindings/resource-resolver/nodejs
Expand Down Expand Up @@ -350,7 +350,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Download artifacts
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: bindings-armv7-unknown-linux-gnueabihf
path: bindings/resource-resolver/nodejs
Expand Down

0 comments on commit eac02aa

Please sign in to comment.