Skip to content

Commit

Permalink
Revert "Bump actions/download-artifact from 3 to 4.1.7 in /.github/wo…
Browse files Browse the repository at this point in the history
…rkflows" (#10987)

will check after the reverted code is merged
  • Loading branch information
pdurbin authored Nov 1, 2024
1 parent 5b92752 commit 90665f9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy_beta_testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: ./
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/maven_unit_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 90665f9

Please sign in to comment.