Skip to content

Commit 99c6b9c

Browse files
committed
fix: broken ci due to usage of actions/upload-artifact@v2
1 parent ce635ff commit 99c6b9c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/main.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
./build.sh linux server arch=arm64
3030
./build.sh linux desktop
3131
- name: Upload Build Artifact
32-
uses: actions/upload-artifact@v2
32+
uses: actions/upload-artifact@v4
3333
with:
3434
# Artifact name
3535
# name: # optional
@@ -53,7 +53,7 @@ jobs:
5353
./build.sh darwin server
5454
./build.sh darwin desktop
5555
- name: Upload Build Artifact
56-
uses: actions/upload-artifact@v2
56+
uses: actions/upload-artifact@v4
5757
with:
5858
# Artifact name
5959
# name: # optional
@@ -77,7 +77,7 @@ jobs:
7777
./build.sh windows server
7878
./build.sh windows desktop
7979
- name: Upload Build Artifact
80-
uses: actions/upload-artifact@v2
80+
uses: actions/upload-artifact@v4
8181
with:
8282
# Artifact name
8383
# name: # optional

0 commit comments

Comments
 (0)