File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed
Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -143,7 +143,7 @@ jobs:
143143 env :
144144 PRERELEASE : ${{ needs.state.outputs.is_prerelease }}
145145 - name : Upload tarball artifact
146- uses : actions/upload-artifact@v3
146+ uses : actions/upload-artifact@v4
147147 with :
148148 name : ${{ github.ref_name }}
149149 path : ${{ steps.pack.outputs.tarball }}
@@ -170,9 +170,7 @@ jobs:
170170 - uses : actions/checkout@v4
171171 - name : Download tarball artifact
172172 id : artifact
173- # Replace with actions/upload-artifact@v3 when
174- # https://github.com/actions/download-artifact/pull/194 gets released
175- uses : actions/download-artifact@e9ef242655d12993efdcda9058dee2db83a2cb9b
173+ uses : actions/download-artifact@v4
176174 with :
177175 name : ${{ github.ref_name }}
178176 - name : Check integrity
You can’t perform that action at this time.
0 commit comments