File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2020 # ----------------------------------- Setup ------------------------------ #
2121
2222 steps :
23- - uses : actions/checkout@v3
23+ - uses : actions/checkout@v4
2424 - uses : dart-lang/setup-dart@v1
2525
2626 - name : Setup Linux build requirements
4444 (cd package/ && tar -zcvf ../output/vscode_runner.tar.gz .)
4545
4646 - name : Upload artifacts to workflow
47- uses : actions/upload-artifact@v3
47+ uses : actions/upload-artifact@v4
4848 with :
4949 path : output/vscode_runner.tar.gz
Original file line number Diff line number Diff line change @@ -31,10 +31,10 @@ jobs:
3131 runs-on : " ubuntu-latest"
3232
3333 steps :
34- - uses : actions/checkout@v3
34+ - uses : actions/checkout@v4
3535
3636 - name : Download artifacts
37- uses : actions/download-artifact@v3
37+ uses : actions/download-artifact@v4
3838 with :
3939 path : artifacts
4040
You can’t perform that action at this time.
0 commit comments