Skip to content

Commit 2f3d563

Browse files
committed
Update depricated actions/download-artifact for windows-openssl
[windows-openssl]
1 parent e7bab4d commit 2f3d563

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_openssl_windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ jobs:
9999
- name: Setup | Checkout
100100
uses: actions/checkout@v2
101101
- name: Setup | Artifacts
102-
uses: actions/download-artifact@v2
102+
uses: actions/download-artifact@v4
103103
- name: Setup | Checksums
104104
run: for file in $(find ./ -name '*.lib' -or -name '*.dll' ); do openssl dgst
105105
-sha256 -r "$file" | awk '{print $1}' > "${file}.sha256"; done

0 commit comments

Comments
 (0)