Skip to content
This repository was archived by the owner on Dec 15, 2025. It is now read-only.

Commit f74e821

Browse files
committed
...
1 parent 33c9f07 commit f74e821

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,14 +116,14 @@ jobs:
116116
117117
# Upload artifacts even if the release step fails
118118
- name: Upload artifacts
119-
uses: actions/upload-artifact@v4
119+
uses: actions/upload-artifact@v3
120120
with:
121121
name: ${{ matrix.binary_name }}
122122
path: ${{ matrix.binary_name }}
123123
retention-days: 5
124124

125125
- name: Upload Release Assets
126-
uses: softprops/action-gh-release@v2
126+
uses: softprops/action-gh-release@v1
127127
with:
128128
files: ${{ matrix.binary_name }}
129129
name: Release ${{ github.ref_name }}

0 commit comments

Comments
 (0)