Skip to content

Commit 3fbd667

Browse files
chore(deps): update github artifact actions
1 parent 205be29 commit 3fbd667

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
run: pnpm test
5959
working-directory: ${{inputs.directory}}
6060
- name: Upload binaries
61-
uses: actions/upload-artifact@v4
61+
uses: actions/upload-artifact@v6
6262
with:
6363
path: ${{inputs.directory}}/**/parser.so
6464
name: prebuild-${{steps.package.outputs.name}}-${{runner.os}}-${{runner.arch}}
@@ -87,7 +87,7 @@ jobs:
8787
- name: Install dependencies
8888
run: pnpm install
8989
- name: Download binaries
90-
uses: actions/download-artifact@v5
90+
uses: actions/download-artifact@v7
9191
with:
9292
path: ${{inputs.directory}}/prebuilds
9393
pattern: prebuild-${{steps.package.outputs.name}}-*

0 commit comments

Comments
 (0)