GitHub Enterpise Server is not compatible with upload-artifact@v4+.
https://github.com/actions/upload-artifact/tree/v4
Reviewed-by: Hugo Landau <hlandau@openssl.org>
Reviewed-by: Neil Horman <nhorman@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/24029)
(cherry picked from commit
089271601a1d085f33ef7b7d8c3b6879045be370)
- name: save PR number
run: echo ${{ github.event.number }} > ./artifact/pr_num
- name: save artifact
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v3
with:
name: fips_checksum
path: artifact/
fuzz-seconds: 600
dry-run: false
- name: Upload Crash
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v3
if: failure()
with:
name: artifacts