Skip to content

Commit 626897c

Browse files
authored
Merge pull request git-for-windows#3387 from gitgitgadget/cb/ci-use-upload-artifacts-v1
ci: use upload-artifacts v1 for dockerized jobs
2 parents fb59c1d + 3cf9bb3 commit 626897c

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

0 commit comments

Comments
 (0)