Skip to content

Commit

Permalink
Bump actions/download-artifact from 4.1.0 to 4.1.1
Browse files Browse the repository at this point in the history
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4.1.0 to 4.1.1.
- [Release notes](https://github.com/actions/download-artifact/releases)
- [Commits](actions/download-artifact@v4.1.0...v4.1.1)

---
updated-dependencies:
- dependency-name: actions/download-artifact
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 12, 2024
1 parent 824df55 commit f0ca180
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -229,26 +229,26 @@ jobs:
url: ${{ steps.deployment.outputs.page_url }}
steps:
# Downloads java test report files
- uses: actions/[email protected].0
- uses: actions/[email protected].1
if: always()
with:
name: "test-report-files-Core"
- uses: actions/[email protected].0
- uses: actions/[email protected].1
if: always()
with:
name: "test-report-files-Postgres"
- uses: actions/[email protected].0
- uses: actions/[email protected].1
if: always()
with:
name: "test-report-files-Sqlserver"
- uses: actions/[email protected].0
- uses: actions/[email protected].1
if: always()
with:
name: "test-report-files-Oracle"

# Net reports were zipped under a different root, specifies the path.
# Modifies the namespaces to allow differentiate from the java test results
- uses: actions/[email protected].0
- uses: actions/[email protected].1
if: always()
with:
name: "test-report-files-Net"
Expand Down

0 comments on commit f0ca180

Please sign in to comment.