aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/unix-ci.yaml
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2024-01-26 12:38:49 +0100
committerLoïc Hoguin <[email protected]>2024-01-26 12:38:49 +0100
commit7743c0c4a7064c746ac5113ca0532e59b5a06b2a (patch)
tree5b4c220910ea64ea68d82d1d2b257153dbaa3b91 /.github/workflows/unix-ci.yaml
parentd3fa3b2d0265a82085953314c13907c83e60aeb8 (diff)
downloadci.erlang.mk-7743c0c4a7064c746ac5113ca0532e59b5a06b2a.tar.gz
ci.erlang.mk-7743c0c4a7064c746ac5113ca0532e59b5a06b2a.tar.bz2
ci.erlang.mk-7743c0c4a7064c746ac5113ca0532e59b5a06b2a.zip
Don't use specific actions versions and update cache to v4
Diffstat (limited to '.github/workflows/unix-ci.yaml')
-rw-r--r--.github/workflows/unix-ci.yaml14
1 files changed, 7 insertions, 7 deletions
diff --git a/.github/workflows/unix-ci.yaml b/.github/workflows/unix-ci.yaml
index 7b9616e..fc44826 100644
--- a/.github/workflows/unix-ci.yaml
+++ b/.github/workflows/unix-ci.yaml
@@ -31,11 +31,11 @@ jobs:
steps:
- name: Checkout repository
- uses: actions/[email protected]
+ uses: actions/checkout@v4
- name: Manage CI cache
id: cache
- uses: actions/[email protected]
+ uses: actions/cache@v4
with:
path: |
~/erlang/
@@ -52,10 +52,10 @@ jobs:
steps:
- name: Checkout repository
- uses: actions/[email protected]
+ uses: actions/checkout@v4
- name: Restore CI cache
- uses: actions/cache/[email protected]
+ uses: actions/cache/restore@v4
with:
path: |
~/erlang/
@@ -69,7 +69,7 @@ jobs:
run: make -k ci-${{ inputs.erlang }}
- name: Upload logs
- uses: actions/[email protected]
+ uses: actions/upload-artifact@v4
if: always()
with:
name: Common Test logs (${{ inputs.erlang }} ${{ runner.os }})
@@ -86,10 +86,10 @@ jobs:
steps:
- name: Checkout repository
- uses: actions/[email protected]
+ uses: actions/checkout@v4
- name: Restore CI cache
- uses: actions/cache/[email protected]
+ uses: actions/cache/restore@v4
with:
path: |
~/erlang/