File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2121 - linux-x86_64
2222 - linux-i686
2323 - macos-aarch64
24- - macos-x86_64 # deprecated
24+ - macos-x86_64
2525 - windows-x86_64
2626 - windows-i686
2727 - windows-aarch64
7979
8080 - name : Install Cross
8181 if : matrix.use-cross
82- uses : taiki-e/install-action@cross
82+ uses : taiki-e/install-action@v2
83+ with :
84+ tool : cross
8385
8486 - name : Build binary
8587 shell : bash
@@ -122,13 +124,13 @@ jobs:
122124 runs-on : ubuntu-latest
123125 steps :
124126 - name : Download all artifacts
125- uses : actions/download-artifact@v7
127+ uses : actions/download-artifact@v8
126128 with :
127129 path : ./all-artifacts
128130 merge-multiple : true
129131
130132 - name : Release
131- uses : softprops/action-gh-release@v2
133+ uses : softprops/action-gh-release@v3
132134 with :
133135 files : ./all-artifacts/*
134136 generate_release_notes : true
You can’t perform that action at this time.
0 commit comments