Skip to content

Commit

Permalink
Update depricated actions/download-artifact for windows-openssl
Browse files Browse the repository at this point in the history
[windows-openssl]
  • Loading branch information
outspace committed Feb 19, 2025
1 parent e7bab4d commit 2f3d563
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_openssl_windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ jobs:
- name: Setup | Checkout
uses: actions/checkout@v2
- name: Setup | Artifacts
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4
- name: Setup | Checksums
run: for file in $(find ./ -name '*.lib' -or -name '*.dll' ); do openssl dgst
-sha256 -r "$file" | awk '{print $1}' > "${file}.sha256"; done
Expand Down

0 comments on commit 2f3d563

Please sign in to comment.