From 2532a42c699d4ec8d8b4374de99c3baa9fefdefa Mon Sep 17 00:00:00 2001 From: Shawn Iverson Date: Wed, 6 Nov 2024 06:18:24 -0500 Subject: [PATCH] Use new artifact actions (#697) --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 5e6f0e29..89b3b62f 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -24,7 +24,7 @@ jobs: run: ./Build.all - name: Upload builds - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v4 with: # Artifact name name: builds @@ -36,7 +36,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Download a Build Artifact - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v4 with: # Artifact name name: builds