File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 2222 - target : x86_64-apple-darwin
2323 ext : " "
2424 steps :
25- - uses : actions/checkout@v2
25+ - uses : actions/checkout@v3
2626
2727 - name : Install Rust toolchain
2828 uses : actions-rs/toolchain@v1
5353 shell : pwsh
5454
5555 - name : Upload artifact
56- uses : actions/upload-artifact@v2
56+ uses : actions/upload-artifact@v3
5757 with :
5858 name : ${{ matrix.bin }}-${{ matrix.os }}
5959 path : " ${{ matrix.bin }}-${{ matrix.os }}.zip"
6363 runs-on : ubuntu-latest
6464 steps :
6565 - name : Download all artifacts
66- uses : actions/download-artifact@v2
66+ uses : actions/download-artifact@v3
6767 with :
6868 path : downloaded-artifacts
6969
9191 token : ${{ secrets.GITHUB_TOKEN }}
9292 tag : ${{ github.ref }}
9393 owner : altunenes
94- repo : rusty_art
94+ repo : rusty_art
You can’t perform that action at this time.
0 commit comments