File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 6767 run : castle-engine package --os=win64 --cpu=x86_64 --verbose
6868 - name : Archive Artifacts
6969 # See https://github.com/actions/upload-artifact
70- uses : actions/upload-artifact@v4
70+ uses : actions/upload-artifact@v5
7171 with :
7272 name : windows-build
7373 # Note: Keep paths that start with asterisk in double qoutes, to avoid misinterpreting as YAML reference.
8787 - name : Package Linux
8888 run : castle-engine package --os=linux --cpu=x86_64 --verbose
8989 - name : Archive Artifacts
90- uses : actions/upload-artifact@v4
90+ uses : actions/upload-artifact@v5
9191 with :
9292 name : linux-build
9393 path : " *-linux-x86_64.tar.gz"
@@ -127,7 +127,7 @@ jobs:
127127 - name : Package macOS
128128 run : castle-engine package --verbose
129129 - name : Archive Artifacts
130- uses : actions/upload-artifact@v4
130+ uses : actions/upload-artifact@v5
131131 with :
132132 name : macos-build
133133 path : " *-darwin-*.zip"
You can’t perform that action at this time.
0 commit comments