Skip to content

Commit 7a10647

Browse files
committed
Migrate to actions/upload-artifact@v4
1 parent 92b2303 commit 7a10647

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)