From 86dbe88f731291e0de87f6423d819645615606c1 Mon Sep 17 00:00:00 2001 From: detmerl Date: Tue, 10 Sep 2024 10:52:33 -0400 Subject: [PATCH] update all actions/upload-artifact to v4 as v2 was deprecated and now fails work flows --- .github/workflows/integrationTests.yaml | 4 ++-- .github/workflows/unitTests.yaml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/integrationTests.yaml b/.github/workflows/integrationTests.yaml index cd6e8b1310..4a1e3f08ed 100644 --- a/.github/workflows/integrationTests.yaml +++ b/.github/workflows/integrationTests.yaml @@ -112,7 +112,7 @@ jobs: - name: Archive logs if: always() continue-on-error: true - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v4 with: name: Integration Test Logs - ${{ matrix.it}} path: | @@ -220,7 +220,7 @@ jobs: - name: Archive logs if: always() continue-on-error: true - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v4 with: name: Integration Test Logs - ${{ matrix.it}} path: | diff --git a/.github/workflows/unitTests.yaml b/.github/workflows/unitTests.yaml index e932d565c1..c5a5c6f1f9 100644 --- a/.github/workflows/unitTests.yaml +++ b/.github/workflows/unitTests.yaml @@ -80,7 +80,7 @@ jobs: - name: Archive logs if: always() continue-on-error: true - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v4 with: name: Unit Test Logs - Java ${{ matrix.java }} path: | @@ -137,7 +137,7 @@ jobs: - name: Archive Artifacts if: always() continue-on-error: true - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v4 with: name: Release Artifacts path: |