We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d47fbf commit 0b3804fCopy full SHA for 0b3804f
.github/workflows/test_branches.yml
@@ -650,7 +650,7 @@ jobs:
650
key: pip-${{env.CACHE_VER}}.0-${{runner.os}}-3.8
651
652
- name: Download build artifacts
653
- uses: actions/download-artifact@v2
+ uses: actions/download-artifact@v4.1.7
654
with:
655
path: artifacts
656
.github/workflows/test_pr_and_main.yml
@@ -671,7 +671,7 @@ jobs:
671
672
673
674
675
676
677
0 commit comments