From 1ca3187b67d7c9b981215dd91058ae72172966ff Mon Sep 17 00:00:00 2001 From: isc-tleavitt <73311181+isc-tleavitt@users.noreply.github.com> Date: Thu, 12 Sep 2024 15:15:56 -0400 Subject: [PATCH] update to upload-artifact v4 ... because it's failing our CIs otherwise --- .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 ac25026b..376ea075 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -85,7 +85,7 @@ jobs: ls $GITHUB_WORKSPACE/$artifact_dir - name: Attach CE Artifact - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 if: always() with: name: "PreIRISInstallationPackage" @@ -103,7 +103,7 @@ jobs: fail: false - name: Attach the report - uses: actions/upload-artifact@v1 + uses: actions/upload-artifact@v4 if: always() with: name: ${{ steps.xunit-viewer.outputs.report-name }}