File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 7979 - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
8080
8181 - name : Download artifact
82- uses : actions/download-artifact@v4
82+ uses : actions/download-artifact@v5
8383 with :
8484 name : ${{ env.ARTIFACT_NAME }}_lint
8585 path : /tmp/
@@ -104,7 +104,7 @@ jobs:
104104 - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
105105
106106 - name : Download artifact
107- uses : actions/download-artifact@v4
107+ uses : actions/download-artifact@v5
108108 with :
109109 name : ${{ env.ARTIFACT_NAME }}_test
110110 path : /tmp/
@@ -182,7 +182,7 @@ jobs:
182182 security-events : write
183183 steps :
184184 - name : Download artifact
185- uses : actions/download-artifact@v4
185+ uses : actions/download-artifact@v5
186186 with :
187187 name : ${{ env.ARTIFACT_NAME }}_prod
188188 path : /tmp/
You can’t perform that action at this time.
0 commit comments