Skip to content

Commit ff09581

Browse files
committed
Merge branch 'cb/ci-use-upload-artifacts-v1' into maint
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 444b854 + 3cf9bb3 commit ff09581

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
@@ -273,7 +273,7 @@ jobs:
273273
if: failure()
274274
- name: Upload failed tests' directories
275275
if: failure() && env.FAILED_TEST_ARTIFACTS != ''
276-
uses: actions/upload-artifact@v2
276+
uses: actions/upload-artifact@v1
277277
with:
278278
name: failed-tests-${{matrix.vector.jobname}}
279279
path: ${{env.FAILED_TEST_ARTIFACTS}}

0 commit comments

Comments
 (0)