File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -168,13 +168,13 @@ jobs:
168168 gh release upload "${{ needs.create-release.outputs.fileql_version }}" "${{ env.SHA256_FILE }}"
169169
170170 - name : Upload artifact
171- uses : actions/upload-artifact@v3
171+ uses : actions/upload-artifact@v4
172172 with :
173173 name : ${{ env.ASSET }}
174174 path : ${{ env.ASSET }}
175175
176176 - name : Upload artifact hash
177- uses : actions/upload-artifact@v3
177+ uses : actions/upload-artifact@v4
178178 with :
179179 name : ${{ env.SHA256_FILE }}
180180 path : ${{ env.SHA256_FILE }}
@@ -199,7 +199,7 @@ jobs:
199199 gh release upload "${{ needs.create-release.outputs.fileql_version }}" MANIFEST.json
200200
201201 - name : Upload artifact hash
202- uses : actions/upload-artifact@v3
202+ uses : actions/upload-artifact@v4
203203 with :
204204 name : MANIFEST.json
205205 path : MANIFEST.json
You can’t perform that action at this time.
0 commit comments