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 e7bab4d commit 2f3d563Copy full SHA for 2f3d563
.github/workflows/build_openssl_windows.yml
@@ -99,7 +99,7 @@ jobs:
99
- name: Setup | Checkout
100
uses: actions/checkout@v2
101
- name: Setup | Artifacts
102
- uses: actions/download-artifact@v2
+ uses: actions/download-artifact@v4
103
- name: Setup | Checksums
104
run: for file in $(find ./ -name '*.lib' -or -name '*.dll' ); do openssl dgst
105
-sha256 -r "$file" | awk '{print $1}' > "${file}.sha256"; done
0 commit comments