Skip to content

Commit 30bfe44

Browse files
committed
ci: update from old upload-artifact version
1 parent d06ba82 commit 30bfe44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
- name: 'Copy Artifacts'
3737
run: 'mkdir Artifacts && mv ZenKit/runtimes Artifacts/ && cp __build/ZenKit.dll Artifacts/ && echo "Copy the native library for your OS from the `runtime` folder into the same folder `ZenKit.dll` is in." > Artifacts/README.md'
3838
- name: 'Publish'
39-
uses: 'actions/upload-artifact@v3'
39+
uses: 'actions/upload-artifact@v4'
4040
with:
4141
name: 'Managed DLL'
4242
path: 'Artifacts'

0 commit comments

Comments
 (0)