From 90665f9ab705634d775656ab53f6b8c17823661e Mon Sep 17 00:00:00 2001 From: Philip Durbin Date: Fri, 1 Nov 2024 13:02:21 -0400 Subject: [PATCH] Revert "Bump actions/download-artifact from 3 to 4.1.7 in /.github/workflows" (#10987) will check after the reverted code is merged --- .github/workflows/deploy_beta_testing.yml | 2 +- .github/workflows/maven_unit_test.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/deploy_beta_testing.yml b/.github/workflows/deploy_beta_testing.yml index efe3e0d8621..028f0140cc9 100644 --- a/.github/workflows/deploy_beta_testing.yml +++ b/.github/workflows/deploy_beta_testing.yml @@ -45,7 +45,7 @@ jobs: - uses: actions/checkout@v3 - name: Download war artifact - uses: actions/download-artifact@v4.1.7 + uses: actions/download-artifact@v3 with: name: built-app path: ./ diff --git a/.github/workflows/maven_unit_test.yml b/.github/workflows/maven_unit_test.yml index 102fb1d5882..a94b17a67ba 100644 --- a/.github/workflows/maven_unit_test.yml +++ b/.github/workflows/maven_unit_test.yml @@ -107,7 +107,7 @@ jobs: cache: maven # Get the build output from the unit test job - - uses: actions/download-artifact@v4.1.7 + - uses: actions/download-artifact@v3 with: name: java-artifacts - run: | @@ -140,7 +140,7 @@ jobs: cache: maven # Get the build output from the integration test job - - uses: actions/download-artifact@v4.1.7 + - uses: actions/download-artifact@v3 with: name: java-reportdir - run: tar -xvf java-reportdir.tar