Skip to content

Commit 01c39de

Browse files
Dependabot update
CLA: trivial (deps): Bump actions/upload-artifact Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3 to 4. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v3...v4) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 6a4a714 commit 01c39de

File tree

5 files changed

+24
-24
lines changed

5 files changed

+24
-24
lines changed

.github/workflows/ci.yml

+18-18
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ jobs:
9393
- name: make test
9494
run: .github/workflows/make-test
9595
- name: save artifacts
96-
uses: actions/upload-artifact@v3
96+
uses: actions/upload-artifact@v4
9797
with:
9898
name: "ci@basic-gcc"
9999
path: artifacts.tar.gz
@@ -115,7 +115,7 @@ jobs:
115115
- name: make test
116116
run: .github/workflows/make-test
117117
- name: save artifacts
118-
uses: actions/upload-artifact@v3
118+
uses: actions/upload-artifact@v4
119119
with:
120120
name: "ci@basic-clang"
121121
path: artifacts.tar.gz
@@ -140,7 +140,7 @@ jobs:
140140
- name: make test
141141
run: .github/workflows/make-test
142142
- name: save artifacts
143-
uses: actions/upload-artifact@v3
143+
uses: actions/upload-artifact@v4
144144
with:
145145
name: "ci@self-hosted-${{ matrix.os }}"
146146
path: artifacts.tar.gz
@@ -162,7 +162,7 @@ jobs:
162162
- name: make test
163163
run: .github/workflows/make-test
164164
- name: save artifacts
165-
uses: actions/upload-artifact@v3
165+
uses: actions/upload-artifact@v4
166166
with:
167167
name: "ci@minimal"
168168
path: artifacts.tar.gz
@@ -184,7 +184,7 @@ jobs:
184184
- name: make test
185185
run: .github/workflows/make-test
186186
- name: save artifacts
187-
uses: actions/upload-artifact@v3
187+
uses: actions/upload-artifact@v4
188188
with:
189189
name: "ci@no-deprecated"
190190
path: artifacts.tar.gz
@@ -206,7 +206,7 @@ jobs:
206206
- name: make test
207207
run: .github/workflows/make-test
208208
- name: save artifacts
209-
uses: actions/upload-artifact@v3
209+
uses: actions/upload-artifact@v4
210210
with:
211211
name: "ci@no-shared-ubuntu"
212212
path: artifacts.tar.gz
@@ -233,7 +233,7 @@ jobs:
233233
- name: make test
234234
run: .github/workflows/make-test
235235
- name: save artifacts
236-
uses: actions/upload-artifact@v3
236+
uses: actions/upload-artifact@v4
237237
with:
238238
name: "ci@no-shared-${{ matrix.os }}"
239239
path: artifacts.tar.gz
@@ -259,7 +259,7 @@ jobs:
259259
- name: make test
260260
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]"
261261
- name: save artifacts
262-
uses: actions/upload-artifact@v3
262+
uses: actions/upload-artifact@v4
263263
with:
264264
name: "ci@non-caching"
265265
path: artifacts.tar.gz
@@ -285,7 +285,7 @@ jobs:
285285
- name: make test
286286
run: .github/workflows/make-test OPENSSL_TEST_RAND_ORDER=0
287287
- name: save artifacts
288-
uses: actions/upload-artifact@v3
288+
uses: actions/upload-artifact@v4
289289
with:
290290
name: "ci@address_ub_sanitizer"
291291
path: artifacts.tar.gz
@@ -311,7 +311,7 @@ jobs:
311311
- name: make test
312312
run: .github/workflows/make-test OPENSSL_TEST_RAND_ORDER=0 TESTS="test_fuzz*"
313313
- name: save artifacts
314-
uses: actions/upload-artifact@v3
314+
uses: actions/upload-artifact@v4
315315
with:
316316
name: "ci@fuzz_tests"
317317
path: artifacts.tar.gz
@@ -339,7 +339,7 @@ jobs:
339339
- name: make test
340340
run: .github/workflows/make-test OPENSSL_TEST_RAND_ORDER=0
341341
- name: save artifacts
342-
uses: actions/upload-artifact@v3
342+
uses: actions/upload-artifact@v4
343343
with:
344344
name: "ci@memory_sanitizer"
345345
path: artifacts.tar.gz
@@ -365,7 +365,7 @@ jobs:
365365
- name: make test
366366
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*"
367367
- name: save artifacts
368-
uses: actions/upload-artifact@v3
368+
uses: actions/upload-artifact@v4
369369
with:
370370
name: "ci@threads_sanitizer"
371371
path: artifacts.tar.gz
@@ -389,7 +389,7 @@ jobs:
389389
- name: make test
390390
run: .github/workflows/make-test
391391
- name: save artifacts
392-
uses: actions/upload-artifact@v3
392+
uses: actions/upload-artifact@v4
393393
with:
394394
name: "ci@enable_non-default_options"
395395
path: artifacts.tar.gz
@@ -419,7 +419,7 @@ jobs:
419419
- name: make test
420420
run: .github/workflows/make-test
421421
- name: save artifacts
422-
uses: actions/upload-artifact@v3
422+
uses: actions/upload-artifact@v4
423423
with:
424424
name: "ci@full_featured"
425425
path: artifacts.tar.gz
@@ -441,7 +441,7 @@ jobs:
441441
- name: make test
442442
run: .github/workflows/make-test
443443
- name: save artifacts
444-
uses: actions/upload-artifact@v3
444+
uses: actions/upload-artifact@v4
445445
with:
446446
name: "ci@no-legacy"
447447
path: artifacts.tar.gz
@@ -463,7 +463,7 @@ jobs:
463463
- name: make test
464464
run: .github/workflows/make-test
465465
- name: save artifacts
466-
uses: actions/upload-artifact@v3
466+
uses: actions/upload-artifact@v4
467467
with:
468468
name: "ci@legacy"
469469
path: artifacts.tar.gz
@@ -505,7 +505,7 @@ jobs:
505505
run: ../source/.github/workflows/make-test
506506
working-directory: ./build
507507
- name: save artifacts
508-
uses: actions/upload-artifact@v3
508+
uses: actions/upload-artifact@v4
509509
with:
510510
name: "ci@out-of-readonly-source-and-install-ubuntu"
511511
path: build/artifacts.tar.gz
@@ -550,7 +550,7 @@ jobs:
550550
run: ../source/.github/workflows/make-test
551551
working-directory: ./build
552552
- name: save artifacts
553-
uses: actions/upload-artifact@v3
553+
uses: actions/upload-artifact@v4
554554
with:
555555
name: "ci@out-of-readonly-source-and-install-${{ matrix.os }}"
556556
path: build/artifacts.tar.gz

.github/workflows/cross-compiles.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ jobs:
217217
TESTS="test_evp*" \
218218
QEMU_LD_PREFIX=/usr/${{ matrix.platform.arch }}
219219
- name: save artifacts
220-
uses: actions/upload-artifact@v3
220+
uses: actions/upload-artifact@v4
221221
with:
222222
name: "cross-compiles@${{ matrix.platform.arch }}"
223223
path: artifacts.tar.gz

.github/workflows/fips-checksums.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
- name: save PR number
7070
run: echo ${{ github.event.number }} > ./artifact/pr_num
7171
- name: save artifact
72-
uses: actions/upload-artifact@v3
72+
uses: actions/upload-artifact@v4
7373
with:
7474
name: fips_checksum
7575
path: artifact/
@@ -113,7 +113,7 @@ jobs:
113113
- name: save PR number
114114
run: echo ${{ github.event.number }} > ./artifact/pr_num
115115
- name: save artifact
116-
uses: actions/upload-artifact@v3
116+
uses: actions/upload-artifact@v4
117117
with:
118118
name: abidiff
119119
path: artifact/

.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
fuzz-seconds: 600
2727
dry-run: false
2828
- name: Upload Crash
29-
uses: actions/upload-artifact@v3
29+
uses: actions/upload-artifact@v4
3030
if: failure()
3131
with:
3232
name: artifacts

.github/workflows/provider-compatibility.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ jobs:
9393
-providers
9494
working-directory: ${{ matrix.release.dir }}
9595

96-
- uses: actions/upload-artifact@v3
96+
- uses: actions/upload-artifact@v4
9797
with:
9898
name: ${{ matrix.release.tgz }}
9999
path: ${{ matrix.release.tgz }}
@@ -169,7 +169,7 @@ jobs:
169169
run: make test HARNESS_JOBS=${HARNESS_JOBS:-4}
170170
working-directory: ${{ matrix.branch.dir }}
171171

172-
- uses: actions/upload-artifact@v3
172+
- uses: actions/upload-artifact@v4
173173
with:
174174
name: ${{ matrix.branch.tgz }}
175175
path: ${{ matrix.branch.tgz }}

0 commit comments

Comments
 (0)