Skip to content

Commit 656da60

Browse files
authored
Merge pull request #124 from FixeQyt/patch-1
Fix GitHub artifact upload error
2 parents e52a5f6 + 6410102 commit 656da60

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
done
4141
4242
- name: 📤 | Upload macOS artifacts
43-
uses: actions/upload-artifact@v2
43+
uses: actions/upload-artifact@v4
4444
with:
4545
name: SkEditorMac
4646
path: "*.zip"
@@ -76,7 +76,7 @@ jobs:
7676
tar -czf SkEditor.tar.gz SkEditorFilesL/
7777
7878
- name: 📤 | Upload artifacts
79-
uses: actions/upload-artifact@v2
79+
uses: actions/upload-artifact@v4
8080
with:
8181
name: Linux (multiarch)
8282
path: SkEditor.tar.gz

0 commit comments

Comments
 (0)