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 5757 run : castle-engine package --os=win64 --cpu=x86_64 --verbose
5858 - name : Archive Artifacts
5959 # See https://github.com/actions/upload-artifact
60- uses : actions/upload-artifact@v5
60+ uses : actions/upload-artifact@v6
6161 with :
6262 name : windows-build
6363 # Note: Keep paths that start with asterisk in double qoutes, to avoid misinterpreting as YAML reference.
6969 - name : Package Linux
7070 run : castle-engine package --os=linux --cpu=x86_64 --verbose
7171 - name : Archive Artifacts
72- uses : actions/upload-artifact@v5
72+ uses : actions/upload-artifact@v6
7373 with :
7474 name : linux-build
7575 path : " *-linux-x86_64.tar.gz"
9797 - name : Package macOS
9898 run : castle-engine package --verbose
9999 - name : Archive Artifacts
100- uses : actions/upload-artifact@v5
100+ uses : actions/upload-artifact@v6
101101 with :
102102 name : macos-build
103103 path : " *-darwin-*.zip"
You can’t perform that action at this time.
0 commit comments