Skip to content

Commit 2ad8d49

Browse files
committed
Merge branch 'cb/ci-use-upload-artifacts-v1'
Use upload-artifacts v1 (instead of v2) for 32-bit linux, as the new version has a blocker bug for that architecture. * cb/ci-use-upload-artifacts-v1: ci: use upload-artifacts v1 for dockerized jobs
2 parents 6e21f71 + 3cf9bb3 commit 2ad8d49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,7 @@ jobs:
271271
if: failure()
272272
- name: Upload failed tests' directories
273273
if: failure() && env.FAILED_TEST_ARTIFACTS != ''
274-
uses: actions/upload-artifact@v2
274+
uses: actions/upload-artifact@v1
275275
with:
276276
name: failed-tests-${{matrix.vector.jobname}}
277277
path: ${{env.FAILED_TEST_ARTIFACTS}}

0 commit comments

Comments
 (0)