File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 4242 zip -r mn-linux-amd64-snapshot.zip ./mn-linux-amd64-snapshot
4343 - name : " 🆙 Upload Snapshot"
4444 if : success() && github.event_name == 'push' && github.ref == 'refs/heads/4.10.x'
45- uses : actions/upload-artifact@v5
45+ uses : actions/upload-artifact@v6
4646 with :
4747 name : mn-linux-amd64-snapshot
4848 path : mn-linux-amd64-snapshot.zip
Original file line number Diff line number Diff line change 4141 zip -r mn-darwin-amd64-snapshot.zip ./mn-darwin-amd64-snapshot -x '*.DS_Store*' -x '__MAC_OSX'
4242 - name : " 🆙 Upload Snapshot"
4343 if : success() && github.event_name == 'push' && github.ref == 'refs/heads/4.10.x'
44- uses : actions/upload-artifact@v5
44+ uses : actions/upload-artifact@v6
4545 with :
4646 name : mn-darwin-amd64-snapshot
4747 path : mn-darwin-amd64-snapshot.zip
7979 zip -r mn-darwin-aarch64-snapshot.zip ./mn-darwin-aarch64-snapshot -x '*.DS_Store*' -x '__MAC_OSX'
8080 - name : " 🆙 Upload Snapshot"
8181 if : success() && github.event_name == 'push' && github.ref == 'refs/heads/4.4.x'
82- uses : actions/upload-artifact@v5
82+ uses : actions/upload-artifact@v6
8383 with :
8484 name : mn-darwin-aarch64-snapshot
8585 path : mn-darwin-aarch64-snapshot.zip
Original file line number Diff line number Diff line change 4646 Compress-Archive -Path "./mn-win-amd64-snapshot" -Update -DestinationPath ./mn-win-amd64-snapshot.zip
4747 - name : " 🆙 Upload Snapshot"
4848 if : success() && github.event_name == 'push' && github.ref == 'refs/heads/4.10.x'
49- uses : actions/upload-artifact@v5
49+ uses : actions/upload-artifact@v6
5050 with :
5151 name : mn-win-amd64-snapshot
5252 path : ./mn-win-amd64-snapshot.zip
You can’t perform that action at this time.
0 commit comments