From b3ca096bdbad0db175e5b24c50191829e326526a Mon Sep 17 00:00:00 2001 From: Jorge Rivera Date: Thu, 3 Oct 2024 18:26:24 +0200 Subject: [PATCH] Update GitHub actions --- .github/workflows/BuildTest.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/BuildTest.yml b/.github/workflows/BuildTest.yml index a569db3..821f60f 100644 --- a/.github/workflows/BuildTest.yml +++ b/.github/workflows/BuildTest.yml @@ -68,7 +68,7 @@ jobs: steps: # Clone repo using the checkout action. - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v4 with: submodules: recursive @@ -96,7 +96,7 @@ jobs: # Upload binary files to artifacts - name: Upload compiled binaries to Artifacts - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v4 with: name: "Picoder binary for ${{ matrix.config.name }}" path: |