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 - { target: x86_64-pc-windows-msvc, os: windows-latest, suffix: .zip }
1919 runs-on : ${{ matrix.os }}
2020 steps :
21- - uses : actions/checkout@v3
21+ - uses : actions/checkout@v4
2222 - name : Setup Rust
2323 shell : bash
2424 run : |
4848 }
4949 Compress-Archive -Path ${{ matrix.target }} -DestinationPath ${{ matrix.target }}.zip
5050
51- - uses : actions/upload-artifact@v3
51+ - uses : actions/upload-artifact@v4
5252 with :
5353 name : ${{ matrix.target }}
5454 path : ${{ matrix.target }}${{ matrix.suffix }}
5858 runs-on : ubuntu-latest
5959 needs : [build]
6060 steps :
61- - uses : actions/checkout@v3
62- - uses : actions/download-artifact@v3
61+ - uses : actions/checkout@v4
62+ - uses : actions/download-artifact@v4
6363 with :
6464 path : artifacts
6565 - run : ls -R ./artifacts
6868 run : echo "CURRENT_DATE=$(date +'%Y-%m-%d')" >> $GITHUB_ENV
6969
7070 - id : changelog-reader
71- uses : mindsers/changelog-reader-action@v2.2.2
71+ uses : mindsers/changelog-reader-action@v2.2.3
7272 with :
7373 version : ${{ (github.ref_type == 'tag' && github.ref_name) || 'Unreleased' }}
7474
You can’t perform that action at this time.
0 commit comments