We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b47d1a6 commit 5c2f11bCopy full SHA for 5c2f11b
.github/workflows/build.yml
@@ -24,12 +24,12 @@ jobs:
24
# cp -r C:\curl_install\lib C:\cpr_install -Force
25
# cp -r C:\curl_install\include C:\cpr_install -Force
26
# 7z a cpr_MinGW64_Static.7z C:\cpr_install
27
- # - uses: actions/upload-artifact@v3
+ # - uses: actions/upload-artifact@v4
28
# with:
29
# name: cpr_MinGW64_Static
30
# path: cpr_MinGW64_Static.7z
31
# - name: Update Cpr Release
32
- # uses: softprops/action-gh-release@v1
+ # uses: softprops/action-gh-release@v2
33
34
# tag_name: cpr-build
35
# files: |
0 commit comments