Skip to content

Commit 3cf9bb3

Browse files
carenasgitster
authored andcommitted
ci: use upload-artifacts v1 for dockerized jobs
e9f79ac (ci: upgrade to using actions/{up,down}load-artifacts v2, 2021-06-23) changed all calls to that action from v1 to v2, but there is still an open bug[1] that affects all nodejs actions and prevents its use in 32-bit linux (as used by the Linux32 container) move all dockerized jobs to use v1 that was built in C# and therefore doesn't have this problem, which will otherwise manifest with confusing messages like: /usr/bin/docker exec 0285adacc4536b7cd962079c46f85fa05a71e66d7905b5e4b9b1a0e8b305722a sh -c "cat /etc/*release | grep ^ID" OCI runtime exec failed: exec failed: container_linux.go:380: starting container process caused: no such file or directory: unknown [1] actions/runner#1011 Signed-off-by: Carlo Marcelo Arenas Belón <[email protected]> Acked-by: Johannes Schindelin <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 5d213e4 commit 3cf9bb3

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)