Skip to content

Commit b7e6898

Browse files
fix(ci): bumped artifacts workflow to v4
1 parent 0a1a3e8 commit b7e6898

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
cd ..
5252
5353
- name: Upload installer
54-
uses: actions/upload-artifact@v3
54+
uses: actions/upload-artifact@v4
5555
with:
5656
name: installers
5757
path: build/R-Type-*.exe
@@ -88,7 +88,7 @@ jobs:
8888
cd ..
8989
9090
- name: Upload installer
91-
uses: actions/upload-artifact@v3
91+
uses: actions/upload-artifact@v4
9292
with:
9393
name: installers
9494
path: build/*.deb
@@ -100,7 +100,7 @@ jobs:
100100

101101
steps:
102102
- name: Download installers
103-
uses: actions/download-artifact@v3
103+
uses: actions/download-artifact@v4
104104
with:
105105
name: installers
106106
path: installers

0 commit comments

Comments
 (0)