From 1d092ed2f7aca6ab827502a5f54793b80bf37291 Mon Sep 17 00:00:00 2001 From: Gerwin Klein Date: Wed, 7 Feb 2024 15:17:15 +1100 Subject: [PATCH] github: bump actions to node20 (#142) GitHub has started issuing warnings for node16 actions. Signed-off-by: Gerwin Klein --- .github/workflows/camkes-deploy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/camkes-deploy.yml b/.github/workflows/camkes-deploy.yml index 40b9e3e4..6a72fc9c 100644 --- a/.github/workflows/camkes-deploy.yml +++ b/.github/workflows/camkes-deploy.yml @@ -52,7 +52,7 @@ jobs: xml: ${{ needs.code.outputs.xml }} platform: ${{ matrix.platform }} - name: Upload images - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: images-${{ matrix.platform }} path: '*-images.tar.gz' @@ -96,7 +96,7 @@ jobs: path: machine_queue token: ${{ secrets.PRIV_REPO_TOKEN }} - name: Download image - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: images-${{ matrix.platform }} - name: Run