Skip to content

Commit bc0d682

Browse files
authored
Merge pull request #345 from semantic-release-action/renovate/major-github-artifact-actions
chore(deps): update github artifact actions (major)
2 parents 45ecfd1 + ec5941c commit bc0d682

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@v4
391+
uses: actions/upload-artifact@v5
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@v5
223+
uses: actions/download-artifact@v6
224224
with:
225225
path: ${{ env.artifact_dir }}
226226

0 commit comments

Comments
 (0)