File tree 1 file changed +3
-3
lines changed 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -168,13 +168,13 @@ jobs:
168
168
gh release upload "${{ needs.create-release.outputs.fileql_version }}" "${{ env.SHA256_FILE }}"
169
169
170
170
- name : Upload artifact
171
- uses : actions/upload-artifact@v3
171
+ uses : actions/upload-artifact@v4
172
172
with :
173
173
name : ${{ env.ASSET }}
174
174
path : ${{ env.ASSET }}
175
175
176
176
- name : Upload artifact hash
177
- uses : actions/upload-artifact@v3
177
+ uses : actions/upload-artifact@v4
178
178
with :
179
179
name : ${{ env.SHA256_FILE }}
180
180
path : ${{ env.SHA256_FILE }}
@@ -199,7 +199,7 @@ jobs:
199
199
gh release upload "${{ needs.create-release.outputs.fileql_version }}" MANIFEST.json
200
200
201
201
- name : Upload artifact hash
202
- uses : actions/upload-artifact@v3
202
+ uses : actions/upload-artifact@v4
203
203
with :
204
204
name : MANIFEST.json
205
205
path : MANIFEST.json
You can’t perform that action at this time.
0 commit comments