Skip to content

Commit 5c2f11b

Browse files
authored
update
1 parent b47d1a6 commit 5c2f11b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,12 @@ jobs:
2424
# cp -r C:\curl_install\lib C:\cpr_install -Force
2525
# cp -r C:\curl_install\include C:\cpr_install -Force
2626
# 7z a cpr_MinGW64_Static.7z C:\cpr_install
27-
# - uses: actions/upload-artifact@v3
27+
# - uses: actions/upload-artifact@v4
2828
# with:
2929
# name: cpr_MinGW64_Static
3030
# path: cpr_MinGW64_Static.7z
3131
# - name: Update Cpr Release
32-
# uses: softprops/action-gh-release@v1
32+
# uses: softprops/action-gh-release@v2
3333
# with:
3434
# tag_name: cpr-build
3535
# files: |

0 commit comments

Comments
 (0)