File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2222 version=$(cargo metadata --format-version 1 --no-deps | jq -r '.packages[] | select(.name == "wg-nord") | .version')
2323 echo "tarball_name=wg-nord-$version-${{ inputs.target }}.tar.gz" >> $GITHUB_ENV
2424 shell : bash
25- - uses : Swatinem/rust-cache@23bce251a8cd2ffc3c1075eaa2367cf899916d84
25+ - uses : Swatinem/rust-cache@779680da715d629ac1d338a641029a2f4372abb5
2626 with :
2727 key : ${{ inputs.target }}
2828 - name : Install Rust toolchain for ${{ inputs.target }}
4444 - name : Compress binary
4545 run : tar -czvf ${{ env.tarball_name }} --directory ${{ env.binary_directory }} ${{ env.binary_name }}
4646 shell : bash
47- - uses : actions/upload-artifact@v4
47+ - uses : actions/upload-artifact@v5
4848 with :
4949 path : ${{ env.tarball_name }}
5050 name : ${{ env.tarball_name }}
Original file line number Diff line number Diff line change 1414 lint :
1515 runs-on : ubuntu-latest
1616 steps :
17- - uses : actions/checkout@v4
18- - uses : Swatinem/rust-cache@23bce251a8cd2ffc3c1075eaa2367cf899916d84
17+ - uses : actions/checkout@v6
18+ - uses : Swatinem/rust-cache@779680da715d629ac1d338a641029a2f4372abb5
1919 - name : Format
2020 run : cargo fmt --check
2121 - name : Clippy
2424 test :
2525 runs-on : ubuntu-latest
2626 steps :
27- - uses : actions/checkout@v4
28- - uses : Swatinem/rust-cache@23bce251a8cd2ffc3c1075eaa2367cf899916d84
27+ - uses : actions/checkout@v6
28+ - uses : Swatinem/rust-cache@779680da715d629ac1d338a641029a2f4372abb5
2929 - name : Run tests
3030 run : cargo test --verbose --locked
3131
4949 - target : x86_64-pc-windows-gnu
5050 host : ubuntu-latest
5151 steps :
52- - uses : actions/checkout@v4
52+ - uses : actions/checkout@v6
5353 - name : Build
5454 uses : ./.github/actions/build
5555 with :
Original file line number Diff line number Diff line change 2424 host : ubuntu-latest
2525 runs-on : ${{ matrix.host }}
2626 steps :
27- - uses : actions/checkout@v4
27+ - uses : actions/checkout@v6
2828 - name : Build
2929 uses : ./.github/actions/build
3030 with :
4040 env :
4141 GH_TOKEN : ${{ github.token }}
4242 steps :
43- - uses : actions/checkout@v4
44- - uses : actions/download-artifact@v4
43+ - uses : actions/checkout@v6
44+ - uses : actions/download-artifact@v6
4545 id : download-artifacts
4646 with :
4747 path : artifacts/
You can’t perform that action at this time.
0 commit comments