From 047c6c4d94793655b5f22bf1d100851521deaf12 Mon Sep 17 00:00:00 2001 From: Reguel Date: Sun, 17 Nov 2024 03:05:10 +0100 Subject: [PATCH] Update actions (#172) --- .github/workflows/build.yaml | 4 ++-- .github/workflows/release.yaml | 2 +- .github/workflows/test.yaml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 2921a2a..7a602f3 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -8,13 +8,13 @@ jobs: container: ghcr.io/pgaskin/nickeltc:1.0 steps: - name: Checkout - uses: actions/checkout@v1 + uses: actions/checkout@v3 with: submodules: true - name: Build run: make all koboroot - name: Upload - uses: actions/upload-artifact@v1 + uses: actions/upload-artifact@v4 with: name: NickelMenu path: KoboRoot.tgz diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index a7f061b..69009a0 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -8,7 +8,7 @@ jobs: container: ghcr.io/pgaskin/nickeltc:1.0 steps: - name: Checkout - uses: actions/checkout@v1 + uses: actions/checkout@v3 with: submodules: true - name: Build diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index fbcb8f5..c14dfbc 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -8,7 +8,7 @@ jobs: container: docker.io/golang:1.14 steps: - name: Checkout - uses: actions/checkout@v1 + uses: actions/checkout@v3 with: submodules: true - name: Build