File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1818 runs-on : ${{ matrix.os }}
1919 steps :
2020 - name : Check out repository
21- uses : actions/checkout@v4
21+ uses : actions/checkout@v6
2222
2323 - name : Install Rust toolchain
2424 uses : dtolnay/rust-toolchain@stable
Original file line number Diff line number Diff line change 1313 runs-on : ubuntu-latest
1414 steps :
1515 - name : Check out repository
16- uses : actions/checkout@v4
16+ uses : actions/checkout@v6
1717
1818 - name : Verify tag matches Cargo.toml version
1919 shell : bash
4444 runs-on : ${{ matrix.os }}
4545 steps :
4646 - name : Check out repository
47- uses : actions/checkout@v4
47+ uses : actions/checkout@v6
4848
4949 - name : Install Rust toolchain
5050 uses : dtolnay/rust-toolchain@stable
6666 tar -C dist -czf "${{ matrix.archive_name }}" devloop
6767
6868 - name : Upload release asset
69- uses : actions/upload-artifact@v4
69+ uses : actions/upload-artifact@v6
7070 with :
7171 name : ${{ matrix.archive_name }}
7272 path : ${{ matrix.archive_name }}
7676 runs-on : ubuntu-latest
7777 steps :
7878 - name : Download release assets
79- uses : actions/download-artifact@v4
79+ uses : actions/download-artifact@v6
8080 with :
8181 path : release-assets
8282
You can’t perform that action at this time.
0 commit comments