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 16
16
- name : Build binary
17
17
run : make
18
18
- name : Upload release artifact
19
- uses : actions/upload-artifact@v3
19
+ uses : actions/upload-artifact@v4
20
20
with :
21
21
name : git-crypt-artifacts
22
22
path : git-crypt
28
28
contents : write
29
29
steps :
30
30
- name : Download release artifact
31
- uses : actions/download-artifact@v3
31
+ uses : actions/download-artifact@v4
32
32
with :
33
33
name : git-crypt-artifacts
34
34
- name : Upload release asset
Original file line number Diff line number Diff line change 26
26
shell : msys2 {0}
27
27
run : make LDFLAGS="-static-libstdc++ -static -lcrypto -lws2_32"
28
28
- name : Upload release artifact
29
- uses : actions/upload-artifact@v3
29
+ uses : actions/upload-artifact@v4
30
30
with :
31
31
name : git-crypt-artifacts
32
32
path : git-crypt.exe
38
38
contents : write
39
39
steps :
40
40
- name : Download release artifact
41
- uses : actions/download-artifact@v3
41
+ uses : actions/download-artifact@v4
42
42
with :
43
43
name : git-crypt-artifacts
44
44
- name : Upload release asset
You can’t perform that action at this time.
0 commit comments