Skip to content

Commit f1f58be

Browse files
committed
update
1 parent b47b9d8 commit f1f58be

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/prebuild.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -76,13 +76,13 @@ jobs:
7676
7777
- name: Archive failed build log
7878
if: failure()
79-
uses: actions/upload-artifact@v2
79+
uses: actions/upload-artifact@v4
8080
with:
8181
name: build-log-${{matrix.otp}}-${{matrix.os}}-${{matrix.type}}
8282
path: ~/.kerl/builds/${{matrix.otp}}/otp_build_${{matrix.otp}}.log
8383
retention-days: 1
8484

85-
- uses: actions/upload-artifact@v2
85+
- uses: actions/upload-artifact@v4
8686
#if: startsWith(github.ref, 'refs/tags/')
8787
with:
8888
name: packages
@@ -105,7 +105,7 @@ jobs:
105105
- linux
106106
#if: startsWith(github.ref, 'refs/tags/')
107107
steps:
108-
- uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4.1.7
108+
- uses: actions/download-artifact@v4
109109
with:
110110
pattern: 'otp-*'
111111
path: packages

0 commit comments

Comments
 (0)