Skip to content

Commit b94ec1b

Browse files
committed
Update release build to latest upload-artifact action
1 parent 5840ba5 commit b94ec1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
run: |
4343
cp target/${{ matrix.job.target }}/release/manplan manplan-${{ matrix.job.exe }}
4444
- name: Archive production artifacts
45-
uses: actions/upload-artifact@v2
45+
uses: actions/upload-artifact@v4
4646
with:
4747
name: binary
4848
path: manplan-${{ matrix.job.exe }}

0 commit comments

Comments
 (0)