Skip to content

Commit 78d0106

Browse files
authored
Backport linux32 CI fix from upstream Git (#5145)
The `linux32` jobs are seeing this error: Error: This request has been automatically failed because it uses a deprecated version of `actions/upload-artifact: v1`. Learn more: https://github.blog/changelog/2024-02-13-deprecation-notice-v1-and-v2-of-the-artifact-actions/ To maintain CI builds that typically succeed, let's cherry-pick this into Git for Windows' `main` branch.
2 parents d1cf3f7 + 8cd7b07 commit 78d0106

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/main.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -368,12 +368,6 @@ jobs:
368368
with:
369369
name: failed-tests-${{matrix.vector.jobname}}
370370
path: ${{env.FAILED_TEST_ARTIFACTS}}
371-
- name: Upload failed tests' directories
372-
if: failure() && env.FAILED_TEST_ARTIFACTS != '' && matrix.vector.jobname == 'linux32'
373-
uses: actions/upload-artifact@v1 # cannot be upgraded because Node.js Actions aren't supported in this container
374-
with:
375-
name: failed-tests-${{matrix.vector.jobname}}
376-
path: ${{env.FAILED_TEST_ARTIFACTS}}
377371
static-analysis:
378372
needs: ci-config
379373
if: needs.ci-config.outputs.enabled == 'yes'

0 commit comments

Comments
 (0)