Skip to content

Commit 667143c

Browse files
fix(release.yaml): bump deprecated upload-artifact action (#77)
* fix(release.yaml): bump deprecated upload-artifact action * fix: bump download-artifact to working version
1 parent fa526e1 commit 667143c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,7 @@ jobs:
279279

280280
steps:
281281
- name: Download artifacts
282-
uses: actions/download-artifact@v3
282+
uses: actions/download-artifact@v4
283283
with:
284284
path: ./builds
285285

0 commit comments

Comments
 (0)