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 @@ -161,13 +161,13 @@ jobs:
161161 rm -r localstack
162162
163163 - name : Upload binary artifacts
164- uses : actions/upload-artifact@v4
164+ uses : actions/upload-artifact@v5
165165 with :
166166 name : ${{github.event.repository.name}}-${{steps.cli_version.outputs.cli_version}}-${{ matrix.os }}-${{ matrix.arch }}-onefile
167167 path : ' dist-bin/*'
168168
169169 - name : Upload folder artifacts
170- uses : actions/upload-artifact@v4
170+ uses : actions/upload-artifact@v5
171171 with :
172172 name : ${{github.event.repository.name}}-${{steps.cli_version.outputs.cli_version}}-${{ matrix.os }}-${{ matrix.arch }}
173173 path : ' dist-dir/*'
@@ -181,7 +181,7 @@ jobs:
181181 contents : write
182182 steps :
183183 - name : Download Builds
184- uses : actions/download-artifact@v5
184+ uses : actions/download-artifact@v6
185185 with :
186186 path : builds
187187
You can’t perform that action at this time.
0 commit comments