From 75ca84c38b89af88c57217f23ee1972f14dce5eb Mon Sep 17 00:00:00 2001 From: ldetmer <1771267+ldetmer@users.noreply.github.com> Date: Wed, 18 Sep 2024 13:04:02 -0400 Subject: [PATCH] fix(dep): update all actions/upload-artifact to v4 as v2 was deprecated and now fails work flows (#3204) (#3219) --- .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 d835ee8ea6..da3ab658c9 100644 --- a/.github/workflows/integrationTests.yaml +++ b/.github/workflows/integrationTests.yaml @@ -91,7 +91,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: | @@ -177,7 +177,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 afbbaf0d8c..a9ff15202e 100644 --- a/.github/workflows/unitTests.yaml +++ b/.github/workflows/unitTests.yaml @@ -77,7 +77,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: | @@ -132,7 +132,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: |