Skip to content

Commit 62f3a66

Browse files
authored
build: [#561] Revert to sventaro upload action 2.7.0 (#562)
1 parent c674402 commit 62f3a66

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -60,14 +60,14 @@ jobs:
6060
if: ${{ startsWith(matrix.os, 'windows') }}
6161
# yamllint enable rule:line-length
6262
- name: Upload binaries to release
63-
uses: svenstaro/upload-release-action@2.9.0
63+
uses: svenstaro/upload-release-action@2.7.0
6464
with:
6565
repo_token: ${{ secrets.GITHUB_TOKEN }}
6666
file: cmd/n3dr/${{ env.n3dr-deliverable }}
6767
asset_name: ${{ env.n3dr-deliverable }}
6868
tag: ${{ github.ref }}
6969
- name: Upload checksums
70-
uses: svenstaro/upload-release-action@2.9.0
70+
uses: svenstaro/upload-release-action@2.7.0
7171
with:
7272
repo_token: ${{ secrets.GITHUB_TOKEN }}
7373
file: cmd/n3dr/${{ env.n3dr-deliverable }}.sha512.txt

0 commit comments

Comments
 (0)