We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4e64a33 + 26a115a commit 548eb5aCopy full SHA for 548eb5a
2 files changed
.github/workflows/nodejs.yml
@@ -74,7 +74,7 @@ jobs:
74
registry-url: 'https://registry.npmjs.org'
75
- name: Install node-gyp and prebuildify
76
run: npm install --location=global node-gyp node-gyp-build node-api-headers prebuildify
77
- - uses: actions/download-artifact@v4
+ - uses: actions/download-artifact@v5
78
with:
79
path: bindings/js/prebuilds
80
- name: Move artifacts
.github/workflows/python.yml
@@ -143,7 +143,7 @@ jobs:
143
runs-on: ubuntu-latest
144
steps:
145
- name: Download artifacts
146
- uses: actions/download-artifact@v4
+ uses: actions/download-artifact@v5
147
148
path: bindings/py/artifacts
149
- name: Bundle release artifacts
0 commit comments