mirror of
https://github.com/git-for-windows/git.git
synced 2026-04-30 06:58:55 -05:00
Merge pull request #3387 from gitgitgadget/cb/ci-use-upload-artifacts-v1
ci: use upload-artifacts v1 for dockerized jobs
This commit is contained in:
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
@@ -270,7 +270,7 @@ jobs:
|
||||
if: failure()
|
||||
- name: Upload failed tests' directories
|
||||
if: failure() && env.FAILED_TEST_ARTIFACTS != ''
|
||||
uses: actions/upload-artifact@v2
|
||||
uses: actions/upload-artifact@v1
|
||||
with:
|
||||
name: failed-tests-${{matrix.vector.jobname}}
|
||||
path: ${{env.FAILED_TEST_ARTIFACTS}}
|
||||
|
||||
Reference in New Issue
Block a user