Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Jan 24, 2024
1 parent fcb6b93 commit aef6636
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/push_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Download Test Report
uses: actions/download-artifact@v3.0.2
uses: actions/download-artifact@v4.1.1
with:
name: test-report
path: target/site/jacoco/
Expand Down Expand Up @@ -93,7 +93,7 @@ jobs:
url: ${{ steps.deployment.outputs.page_url }}
steps:
- name: Download Documentation
uses: actions/download-artifact@v3.0.2
uses: actions/download-artifact@v4.1.1
with:
name: documentation
path: target/dokka/
Expand Down

0 comments on commit aef6636

Please sign in to comment.