File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -76,13 +76,13 @@ jobs:
76
76
77
77
- name : Archive failed build log
78
78
if : failure()
79
- uses : actions/upload-artifact@v2
79
+ uses : actions/upload-artifact@v4
80
80
with :
81
81
name : build-log-${{matrix.otp}}-${{matrix.os}}-${{matrix.type}}
82
82
path : ~/.kerl/builds/${{matrix.otp}}/otp_build_${{matrix.otp}}.log
83
83
retention-days : 1
84
84
85
- - uses : actions/upload-artifact@v2
85
+ - uses : actions/upload-artifact@v4
86
86
# if: startsWith(github.ref, 'refs/tags/')
87
87
with :
88
88
name : packages
@@ -105,7 +105,7 @@ jobs:
105
105
- linux
106
106
# if: startsWith(github.ref, 'refs/tags/')
107
107
steps :
108
- - uses : actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4.1.7
108
+ - uses : actions/download-artifact@v4
109
109
with :
110
110
pattern : ' otp-*'
111
111
path : packages
You can’t perform that action at this time.
0 commit comments