Skip to content

Commit 026f8c9

Browse files
chore(deps): update github artifact actions
1 parent 48dc41f commit 026f8c9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release-binary.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -388,7 +388,7 @@ jobs:
388388
working-directory: ./dist
389389

390390
- name: Upload release artifacts
391-
uses: actions/upload-artifact@v5
391+
uses: actions/upload-artifact@v7
392392
with:
393393
name: ${{ matrix.build.binary_name }}-${{ matrix.build.target }}
394394
path: |

semantic-release-binary/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ runs:
220220
shell: bash
221221

222222
- name: Download release artifacts
223-
uses: actions/download-artifact@v6
223+
uses: actions/download-artifact@v8
224224
with:
225225
path: ${{ env.artifact_dir }}
226226

0 commit comments

Comments
 (0)