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 2020 name : Build test artifacts
2121 runs-on : ubuntu-latest
2222 steps :
23- - uses : actions/checkout@v2
23+ - uses : actions/checkout@v4
2424 with :
2525 # By default actions/checkout checks out a merge commit. Check out the PR head instead.
2626 # https://github.com/actions/checkout#checkout-pull-request-head-commit-instead-of-merge-commit
3434 - name : Build and archive tests
3535 run : cargo nextest archive --archive-file nextest-archive.tar.zst
3636 - name : Upload archive to workflow
37- uses : actions/upload-artifact@v3
37+ uses : actions/upload-artifact@v4
3838 with :
3939 name : nextest-archive
4040 path : nextest-archive.tar.zst
4848 partition : [1, 2]
4949 steps :
5050 # The source directory must be checked out.
51- - uses : actions/checkout@v2
51+ - uses : actions/checkout@v4
5252 with :
5353 # By default actions/checkout checks out a merge commit. Check out the PR head instead.
5454 # https://github.com/actions/checkout#checkout-pull-request-head-commit-instead-of-merge-commit
6060 - name : Install nextest
6161 uses : taiki-e/install-action@nextest
6262 - name : Download archive
63- uses : actions/download-artifact@v3
63+ uses : actions/download-artifact@v4
6464 with :
6565 name : nextest-archive
6666 - name : Run tests
You can’t perform that action at this time.
0 commit comments