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

Commit 33c9f07

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

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/release.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -114,16 +114,16 @@ jobs:
114114
ls -la ${{ matrix.binary_name }}
115115
file ${{ matrix.binary_name }} || true
116116
117-
# Upload artifacts even if the release step fails
117+
# Upload artifacts even if the release step fails
118118
- name: Upload artifacts
119-
uses: actions/upload-artifact@v2
119+
uses: actions/upload-artifact@v4
120120
with:
121121
name: ${{ matrix.binary_name }}
122122
path: ${{ matrix.binary_name }}
123123
retention-days: 5
124-
124+
125125
- name: Upload Release Assets
126-
uses: softprops/action-gh-release@v1
126+
uses: softprops/action-gh-release@v2
127127
with:
128128
files: ${{ matrix.binary_name }}
129129
name: Release ${{ github.ref_name }}

0 commit comments

Comments
 (0)