aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 }})