aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2023-12-15 10:38:29 +0100
committerLoïc Hoguin <[email protected]>2023-12-15 10:38:29 +0100
commit14120c55af6e37ea070f15e3404043f90c97625f (patch)
tree95c26087fdcff34c85ca83f6a6786cb9ad6ff53a
parent237e9f459d539c251154ff87d08108e4a94923bb (diff)
downloadci.erlang.mk-14120c55af6e37ea070f15e3404043f90c97625f.tar.gz
ci.erlang.mk-14120c55af6e37ea070f15e3404043f90c97625f.tar.bz2
ci.erlang.mk-14120c55af6e37ea070f15e3404043f90c97625f.zip
Use upload-artifact v4.0.0 in workflows
This allows downloading logs before all jobs have completed.
-rw-r--r--.github/workflows/ci.yaml2
-rw-r--r--.github/workflows/unix-ci.yaml2
2 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml
index ec841e6..c4b28db 100644
--- a/.github/workflows/ci.yaml
+++ b/.github/workflows/ci.yaml
@@ -129,7 +129,7 @@ jobs:
run: PATH=$INSTALL_DIR_FOR_OTP/bin:$PATH make -k ci-windows-${{ matrix.erlang }}
- name: Upload logs
- uses: actions/[email protected]
+ uses: actions/[email protected]
if: always()
with:
name: Common Test logs (${{ matrix.erlang }} ${{ runner.os }})
diff --git a/.github/workflows/unix-ci.yaml b/.github/workflows/unix-ci.yaml
index d5ca881..8caae46 100644
--- a/.github/workflows/unix-ci.yaml
+++ b/.github/workflows/unix-ci.yaml
@@ -69,7 +69,7 @@ jobs:
run: make -k ci-${{ inputs.erlang }}
- name: Upload logs
- uses: actions/[email protected]
+ uses: actions/[email protected]
if: always()
with:
name: Common Test logs (${{ inputs.erlang }} ${{ runner.os }})