From fb5db260e2018ef800d42d618de8e2001540d229 Mon Sep 17 00:00:00 2001 From: Matt Bell Date: Fri, 15 Dec 2023 17:57:30 +1100 Subject: [PATCH] Fix warnings --- .github/workflows/build-images.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build-images.yaml b/.github/workflows/build-images.yaml index 1c38bdd..595dba0 100644 --- a/.github/workflows/build-images.yaml +++ b/.github/workflows/build-images.yaml @@ -28,7 +28,7 @@ jobs: # Store the repository as an artifact - name: Upload repository as artifact - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v4 with: name: repo path: ./ @@ -40,7 +40,7 @@ jobs: steps: # Fetch repo - name: Download repository from artifact - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v4 with: name: repo @@ -107,7 +107,7 @@ jobs: steps: # Fetch repo - name: Download repository from artifact - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v4 with: name: repo