File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 7777 needs : build
7878 steps :
7979 - name : Download artifact
80- uses : actions/download-artifact@v6
80+ uses : actions/download-artifact@v7
8181 with :
8282 name : ${{ env.ARTIFACT_NAME }}_lint
8383 path : /tmp/
9797 needs : build
9898 steps :
9999 - name : Download artifact
100- uses : actions/download-artifact@v6
100+ uses : actions/download-artifact@v7
101101 with :
102102 name : ${{ env.ARTIFACT_NAME }}_test
103103 path : /tmp/
@@ -171,7 +171,7 @@ jobs:
171171 security-events : write
172172 steps :
173173 - name : Download artifact
174- uses : actions/download-artifact@v6
174+ uses : actions/download-artifact@v7
175175 with :
176176 name : ${{ env.ARTIFACT_NAME }}_prod
177177 path : /tmp/
Original file line number Diff line number Diff line change 5959 with :
6060 fetch-depth : 0
6161 - name : Download coverage artifact
62- uses : actions/download-artifact@v6
62+ uses : actions/download-artifact@v7
6363 with :
6464 name : coverage-report
6565
8282 fetch-depth : 0
8383
8484 - name : Download coverage artifact
85- uses : actions/download-artifact@v6
85+ uses : actions/download-artifact@v7
8686 with :
8787 name : coverage-report
8888
You can’t perform that action at this time.
0 commit comments