File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 20
20
# ----------------------------------- Setup ------------------------------ #
21
21
22
22
steps :
23
- - uses : actions/checkout@v3
23
+ - uses : actions/checkout@v4
24
24
- uses : dart-lang/setup-dart@v1
25
25
26
26
- name : Setup Linux build requirements
44
44
(cd package/ && tar -zcvf ../output/vscode_runner.tar.gz .)
45
45
46
46
- name : Upload artifacts to workflow
47
- uses : actions/upload-artifact@v3
47
+ uses : actions/upload-artifact@v4
48
48
with :
49
49
path : output/vscode_runner.tar.gz
Original file line number Diff line number Diff line change @@ -31,10 +31,10 @@ jobs:
31
31
runs-on : " ubuntu-latest"
32
32
33
33
steps :
34
- - uses : actions/checkout@v3
34
+ - uses : actions/checkout@v4
35
35
36
36
- name : Download artifacts
37
- uses : actions/download-artifact@v3
37
+ uses : actions/download-artifact@v4
38
38
with :
39
39
path : artifacts
40
40
You can’t perform that action at this time.
0 commit comments