Skip to content

Commit 548eb5a

Browse files
authored
Merge pull request #836 from tdewolff/dependabot/github_actions/actions/download-artifact-5
Bump actions/download-artifact from 4 to 5
2 parents 4e64a33 + 26a115a commit 548eb5a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/nodejs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
registry-url: 'https://registry.npmjs.org'
7575
- name: Install node-gyp and prebuildify
7676
run: npm install --location=global node-gyp node-gyp-build node-api-headers prebuildify
77-
- uses: actions/download-artifact@v4
77+
- uses: actions/download-artifact@v5
7878
with:
7979
path: bindings/js/prebuilds
8080
- name: Move artifacts

.github/workflows/python.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ jobs:
143143
runs-on: ubuntu-latest
144144
steps:
145145
- name: Download artifacts
146-
uses: actions/download-artifact@v4
146+
uses: actions/download-artifact@v5
147147
with:
148148
path: bindings/py/artifacts
149149
- name: Bundle release artifacts

0 commit comments

Comments
 (0)