Skip to content

Commit 4008cb9

Browse files
committed
chore: update yml
1 parent f69bd38 commit 4008cb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,9 +221,9 @@ jobs:
221221
ditto -c -k --keepParent SyntaxTutor.app SyntaxTutor.zip
222222
223223
- name: Upload artifacts
224+
uses: actions/upload-artifact@v4
224225
run: |
225226
zip -qry SyntaxTutor-macos-arm64.zip SyntaxTutor.app
226-
uses: actions/upload-artifact@v4
227227
with:
228228
name: SyntaxTutor-macos-arm64
229229
path: SyntaxTutor-macos-arm64.zip

0 commit comments

Comments
 (0)