Upgrade action/{upload,download}-artifact to v4
Reviewed-by: Tomas Mraz <tomas@openssl.org> Reviewed-by: Tom Cosgrove <tom.cosgrove@arm.com> (Merged from https://github.com/openssl/openssl/pull/25920)
This commit is contained in:
parent
b9886a6f34
commit
5dbcfbff16
36
.github/workflows/ci.yml
vendored
36
.github/workflows/ci.yml
vendored
@ -99,7 +99,7 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
util/wrap.pl -fips apps/openssl list -providers | grep 'name: CI FIPS Provider for OpenSSL$'
|
util/wrap.pl -fips apps/openssl list -providers | grep 'name: CI FIPS Provider for OpenSSL$'
|
||||||
- name: save artifacts
|
- name: save artifacts
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: "ci@basic-gcc"
|
name: "ci@basic-gcc"
|
||||||
path: artifacts.tar.gz
|
path: artifacts.tar.gz
|
||||||
@ -121,7 +121,7 @@ jobs:
|
|||||||
- name: make test
|
- name: make test
|
||||||
run: .github/workflows/make-test
|
run: .github/workflows/make-test
|
||||||
- name: save artifacts
|
- name: save artifacts
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: "ci@basic-clang"
|
name: "ci@basic-clang"
|
||||||
path: artifacts.tar.gz
|
path: artifacts.tar.gz
|
||||||
@ -146,7 +146,7 @@ jobs:
|
|||||||
- name: make test
|
- name: make test
|
||||||
run: .github/workflows/make-test
|
run: .github/workflows/make-test
|
||||||
- name: save artifacts
|
- name: save artifacts
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: "ci@self-hosted-${{ matrix.os }}"
|
name: "ci@self-hosted-${{ matrix.os }}"
|
||||||
path: artifacts.tar.gz
|
path: artifacts.tar.gz
|
||||||
@ -168,7 +168,7 @@ jobs:
|
|||||||
- name: make test
|
- name: make test
|
||||||
run: .github/workflows/make-test
|
run: .github/workflows/make-test
|
||||||
- name: save artifacts
|
- name: save artifacts
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: "ci@minimal"
|
name: "ci@minimal"
|
||||||
path: artifacts.tar.gz
|
path: artifacts.tar.gz
|
||||||
@ -190,7 +190,7 @@ jobs:
|
|||||||
- name: make test
|
- name: make test
|
||||||
run: .github/workflows/make-test
|
run: .github/workflows/make-test
|
||||||
- name: save artifacts
|
- name: save artifacts
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: "ci@no-deprecated"
|
name: "ci@no-deprecated"
|
||||||
path: artifacts.tar.gz
|
path: artifacts.tar.gz
|
||||||
@ -212,7 +212,7 @@ jobs:
|
|||||||
- name: make test
|
- name: make test
|
||||||
run: .github/workflows/make-test
|
run: .github/workflows/make-test
|
||||||
- name: save artifacts
|
- name: save artifacts
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: "ci@no-shared-ubuntu"
|
name: "ci@no-shared-ubuntu"
|
||||||
path: artifacts.tar.gz
|
path: artifacts.tar.gz
|
||||||
@ -238,7 +238,7 @@ jobs:
|
|||||||
- name: make test
|
- name: make test
|
||||||
run: .github/workflows/make-test
|
run: .github/workflows/make-test
|
||||||
- name: save artifacts
|
- name: save artifacts
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: "ci@no-shared-${{ matrix.os }}"
|
name: "ci@no-shared-${{ matrix.os }}"
|
||||||
path: artifacts.tar.gz
|
path: artifacts.tar.gz
|
||||||
@ -264,7 +264,7 @@ jobs:
|
|||||||
- name: make test
|
- name: make test
|
||||||
run: .github/workflows/make-test OPENSSL_TEST_RAND_ORDER=0 TESTS="-test_fuzz* -test_ssl_* -test_sslapi -test_evp -test_cmp_http -test_verify -test_cms -test_store -test_enc -[01][0-9]"
|
run: .github/workflows/make-test OPENSSL_TEST_RAND_ORDER=0 TESTS="-test_fuzz* -test_ssl_* -test_sslapi -test_evp -test_cmp_http -test_verify -test_cms -test_store -test_enc -[01][0-9]"
|
||||||
- name: save artifacts
|
- name: save artifacts
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: "ci@non-caching"
|
name: "ci@non-caching"
|
||||||
path: artifacts.tar.gz
|
path: artifacts.tar.gz
|
||||||
@ -290,7 +290,7 @@ jobs:
|
|||||||
- name: make test
|
- name: make test
|
||||||
run: .github/workflows/make-test OPENSSL_TEST_RAND_ORDER=0
|
run: .github/workflows/make-test OPENSSL_TEST_RAND_ORDER=0
|
||||||
- name: save artifacts
|
- name: save artifacts
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: "ci@address_ub_sanitizer"
|
name: "ci@address_ub_sanitizer"
|
||||||
path: artifacts.tar.gz
|
path: artifacts.tar.gz
|
||||||
@ -316,7 +316,7 @@ jobs:
|
|||||||
- name: make test
|
- name: make test
|
||||||
run: .github/workflows/make-test OPENSSL_TEST_RAND_ORDER=0 TESTS="test_fuzz*"
|
run: .github/workflows/make-test OPENSSL_TEST_RAND_ORDER=0 TESTS="test_fuzz*"
|
||||||
- name: save artifacts
|
- name: save artifacts
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: "ci@fuzz_tests"
|
name: "ci@fuzz_tests"
|
||||||
path: artifacts.tar.gz
|
path: artifacts.tar.gz
|
||||||
@ -344,7 +344,7 @@ jobs:
|
|||||||
- name: make test
|
- name: make test
|
||||||
run: .github/workflows/make-test OPENSSL_TEST_RAND_ORDER=0
|
run: .github/workflows/make-test OPENSSL_TEST_RAND_ORDER=0
|
||||||
- name: save artifacts
|
- name: save artifacts
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: "ci@memory_sanitizer"
|
name: "ci@memory_sanitizer"
|
||||||
path: artifacts.tar.gz
|
path: artifacts.tar.gz
|
||||||
@ -370,7 +370,7 @@ jobs:
|
|||||||
- name: make test
|
- name: make test
|
||||||
run: .github/workflows/make-test V=1 TESTS="test_threads test_internal_provider test_provfetch test_provider test_pbe test_evp_kdf test_pkcs12 test_store test_evp test_quic*"
|
run: .github/workflows/make-test V=1 TESTS="test_threads test_internal_provider test_provfetch test_provider test_pbe test_evp_kdf test_pkcs12 test_store test_evp test_quic*"
|
||||||
- name: save artifacts
|
- name: save artifacts
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: "ci@threads_sanitizer"
|
name: "ci@threads_sanitizer"
|
||||||
path: artifacts.tar.gz
|
path: artifacts.tar.gz
|
||||||
@ -394,7 +394,7 @@ jobs:
|
|||||||
- name: make test
|
- name: make test
|
||||||
run: .github/workflows/make-test
|
run: .github/workflows/make-test
|
||||||
- name: save artifacts
|
- name: save artifacts
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: "ci@enable_non-default_options"
|
name: "ci@enable_non-default_options"
|
||||||
path: artifacts.tar.gz
|
path: artifacts.tar.gz
|
||||||
@ -424,7 +424,7 @@ jobs:
|
|||||||
- name: make test
|
- name: make test
|
||||||
run: .github/workflows/make-test
|
run: .github/workflows/make-test
|
||||||
- name: save artifacts
|
- name: save artifacts
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: "ci@full_featured"
|
name: "ci@full_featured"
|
||||||
path: artifacts.tar.gz
|
path: artifacts.tar.gz
|
||||||
@ -446,7 +446,7 @@ jobs:
|
|||||||
- name: make test
|
- name: make test
|
||||||
run: .github/workflows/make-test
|
run: .github/workflows/make-test
|
||||||
- name: save artifacts
|
- name: save artifacts
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: "ci@no-legacy"
|
name: "ci@no-legacy"
|
||||||
path: artifacts.tar.gz
|
path: artifacts.tar.gz
|
||||||
@ -468,7 +468,7 @@ jobs:
|
|||||||
- name: make test
|
- name: make test
|
||||||
run: .github/workflows/make-test
|
run: .github/workflows/make-test
|
||||||
- name: save artifacts
|
- name: save artifacts
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: "ci@legacy"
|
name: "ci@legacy"
|
||||||
path: artifacts.tar.gz
|
path: artifacts.tar.gz
|
||||||
@ -510,7 +510,7 @@ jobs:
|
|||||||
run: ../source/.github/workflows/make-test
|
run: ../source/.github/workflows/make-test
|
||||||
working-directory: ./build
|
working-directory: ./build
|
||||||
- name: save artifacts
|
- name: save artifacts
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: "ci@out-of-readonly-source-and-install-ubuntu"
|
name: "ci@out-of-readonly-source-and-install-ubuntu"
|
||||||
path: build/artifacts.tar.gz
|
path: build/artifacts.tar.gz
|
||||||
@ -554,7 +554,7 @@ jobs:
|
|||||||
run: ../source/.github/workflows/make-test
|
run: ../source/.github/workflows/make-test
|
||||||
working-directory: ./build
|
working-directory: ./build
|
||||||
- name: save artifacts
|
- name: save artifacts
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: "ci@out-of-readonly-source-and-install-${{ matrix.os }}"
|
name: "ci@out-of-readonly-source-and-install-${{ matrix.os }}"
|
||||||
path: build/artifacts.tar.gz
|
path: build/artifacts.tar.gz
|
||||||
|
2
.github/workflows/cross-compiles.yml
vendored
2
.github/workflows/cross-compiles.yml
vendored
@ -219,7 +219,7 @@ jobs:
|
|||||||
TESTS="test_evp*" \
|
TESTS="test_evp*" \
|
||||||
QEMU_LD_PREFIX=/usr/${{ matrix.platform.arch }}
|
QEMU_LD_PREFIX=/usr/${{ matrix.platform.arch }}
|
||||||
- name: save artifacts
|
- name: save artifacts
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: "cross-compiles@${{ matrix.platform.arch }}"
|
name: "cross-compiles@${{ matrix.platform.arch }}"
|
||||||
path: artifacts.tar.gz
|
path: artifacts.tar.gz
|
||||||
|
4
.github/workflows/fips-checksums.yml
vendored
4
.github/workflows/fips-checksums.yml
vendored
@ -69,7 +69,7 @@ jobs:
|
|||||||
- name: save PR number
|
- name: save PR number
|
||||||
run: echo ${{ github.event.number }} > ./artifact/pr_num
|
run: echo ${{ github.event.number }} > ./artifact/pr_num
|
||||||
- name: save artifact
|
- name: save artifact
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: fips_checksum
|
name: fips_checksum
|
||||||
path: artifact/
|
path: artifact/
|
||||||
@ -113,7 +113,7 @@ jobs:
|
|||||||
- name: save PR number
|
- name: save PR number
|
||||||
run: echo ${{ github.event.number }} > ./artifact/pr_num
|
run: echo ${{ github.event.number }} > ./artifact/pr_num
|
||||||
- name: save artifact
|
- name: save artifact
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: abidiff
|
name: abidiff
|
||||||
path: artifact/
|
path: artifact/
|
||||||
|
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
@ -26,7 +26,7 @@ jobs:
|
|||||||
fuzz-seconds: 600
|
fuzz-seconds: 600
|
||||||
dry-run: false
|
dry-run: false
|
||||||
- name: Upload Crash
|
- name: Upload Crash
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v4
|
||||||
if: failure()
|
if: failure()
|
||||||
with:
|
with:
|
||||||
name: artifacts
|
name: artifacts
|
||||||
|
Loading…
x
Reference in New Issue
Block a user