We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1df84dd commit 33c9f07Copy full SHA for 33c9f07
1 file changed
.github/workflows/release.yaml
@@ -114,16 +114,16 @@ jobs:
114
ls -la ${{ matrix.binary_name }}
115
file ${{ matrix.binary_name }} || true
116
117
- # Upload artifacts even if the release step fails
+ # Upload artifacts even if the release step fails
118
- name: Upload artifacts
119
- uses: actions/upload-artifact@v2
+ uses: actions/upload-artifact@v4
120
with:
121
name: ${{ matrix.binary_name }}
122
path: ${{ matrix.binary_name }}
123
retention-days: 5
124
-
+
125
- name: Upload Release Assets
126
- uses: softprops/action-gh-release@v1
+ uses: softprops/action-gh-release@v2
127
128
files: ${{ matrix.binary_name }}
129
name: Release ${{ github.ref_name }}
0 commit comments