Skip to content

Commit

Permalink
Merge pull request #10822 from IQSS/dependabot/github_actions/dot-git…
Browse files Browse the repository at this point in the history
…hub/workflows/actions/download-artifact-4.1.7

Bump actions/download-artifact from 3 to 4.1.7 in /.github/workflows
  • Loading branch information
ofahimIQSS authored Oct 30, 2024
2 parents 64ac076 + aebe63c commit f0cc9c8
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@v3
uses: actions/download-artifact@v4.1.7
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@v3
- uses: actions/download-artifact@v4.1.7
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@v3
- uses: actions/download-artifact@v4.1.7
with:
name: java-reportdir
- run: tar -xvf java-reportdir.tar
Expand Down

0 comments on commit f0cc9c8

Please sign in to comment.