Skip to content

Commit

Permalink
build(deps): bump actions/download-artifact from 2 to 3
Browse files Browse the repository at this point in the history
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 2 to 3.
- [Release notes](https://github.com/actions/download-artifact/releases)
- [Commits](actions/download-artifact@v2...v3)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Aug 10, 2023
1 parent fa19e42 commit 8a9b1d6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -239,15 +239,15 @@ jobs:
${{ runner.os }}-sonar-scanner-cache-
# yamllint enable rule:line-length
- name: download lint report
uses: actions/download-artifact@v2
uses: actions/download-artifact@v3
with:
name: lint-report
- name: download test report
uses: actions/download-artifact@v2
uses: actions/download-artifact@v3
with:
name: test-report
- name: download coverage report
uses: actions/download-artifact@v2
uses: actions/download-artifact@v3
with:
name: coverage-report
- name: SonarCloud Scan
Expand Down

0 comments on commit 8a9b1d6

Please sign in to comment.