Skip to content

Commit

Permalink
Bump actions/download-artifact from 4.1.2 to 4.1.4 (#167)
Browse files Browse the repository at this point in the history
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4.1.2 to 4.1.4.
- [Release notes](https://github.com/actions/download-artifact/releases)
- [Commits](actions/download-artifact@v4.1.2...v4.1.4)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Mar 11, 2024
1 parent e00a797 commit 9cbf000
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/[email protected].2
uses: actions/[email protected].4
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/[email protected].2
uses: actions/[email protected].4
with:
name: documentation
path: target/dokka/
Expand Down

0 comments on commit 9cbf000

Please sign in to comment.