File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 22
22
run : make build
23
23
24
24
- name : upload build
25
- uses : actions/upload-artifact@v3
25
+ uses : actions/upload-artifact@v4
26
26
with :
27
27
name : konstraint
28
28
path : build/konstraint
57
57
uses : actions/checkout@v4
58
58
59
59
- name : download build
60
- uses : actions/download-artifact@v3
60
+ uses : actions/download-artifact@v4
61
61
with :
62
62
name : konstraint
63
63
Original file line number Diff line number Diff line change 40
40
run : make build
41
41
42
42
- name : upload build
43
- uses : actions/upload-artifact@v3
43
+ uses : actions/upload-artifact@v4
44
44
with :
45
45
name : konstraint-${{ matrix.os }}
46
46
path : build/konstraint
@@ -159,7 +159,7 @@ jobs:
159
159
uses : actions/checkout@v4
160
160
161
161
- name : download build
162
- uses : actions/download-artifact@v3
162
+ uses : actions/download-artifact@v4
163
163
with :
164
164
name : konstraint-ubuntu-latest
165
165
You can’t perform that action at this time.
0 commit comments