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/
@@ -181,7 +181,7 @@ jobs:
181
181
security-events : write
182
182
steps :
183
183
- name : Download artifact
184
- uses : actions/download-artifact@v4
184
+ uses : actions/download-artifact@v5
185
185
with :
186
186
name : ${{ env.ARTIFACT_NAME }}_prod
187
187
path : /tmp/
You can’t perform that action at this time.
0 commit comments