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 45ecfd1 + ec5941c commit bc0d682Copy full SHA for bc0d682
.github/workflows/release-binary.yml
@@ -388,7 +388,7 @@ jobs:
388
working-directory: ./dist
389
390
- name: Upload release artifacts
391
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v5
392
with:
393
name: ${{ matrix.build.binary_name }}-${{ matrix.build.target }}
394
path: |
semantic-release-binary/action.yml
@@ -220,7 +220,7 @@ runs:
220
shell: bash
221
222
- name: Download release artifacts
223
- uses: actions/download-artifact@v5
+ uses: actions/download-artifact@v6
224
225
path: ${{ env.artifact_dir }}
226
0 commit comments