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 79
79
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
80
80
81
81
- name : Download artifact
82
- uses : actions/download-artifact@v4
82
+ uses : actions/download-artifact@v5
83
83
with :
84
84
name : ${{ env.ARTIFACT_NAME }}_lint
85
85
path : /tmp/
@@ -104,7 +104,7 @@ jobs:
104
104
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
105
105
106
106
- name : Download artifact
107
- uses : actions/download-artifact@v4
107
+ uses : actions/download-artifact@v5
108
108
with :
109
109
name : ${{ env.ARTIFACT_NAME }}_test
110
110
path : /tmp/
@@ -182,7 +182,7 @@ jobs:
182
182
security-events : write
183
183
steps :
184
184
- name : Download artifact
185
- uses : actions/download-artifact@v4
185
+ uses : actions/download-artifact@v5
186
186
with :
187
187
name : ${{ env.ARTIFACT_NAME }}_prod
188
188
path : /tmp/
You can’t perform that action at this time.
0 commit comments