Skip to content

Commit

Permalink
Bump actions/upload-artifact from 3.1.2 to 3.1.3 (#126)
Browse files Browse the repository at this point in the history
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3.1.2 to 3.1.3.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](actions/upload-artifact@v3.1.2...v3.1.3)

---
updated-dependencies:
- dependency-name: actions/upload-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] committed Oct 2, 2023
1 parent 02a3f3f commit c331212
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/push_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,22 +40,22 @@ jobs:
- name: Build with Maven
run: mvn --batch-mode --update-snapshots package
- name: Upload Jar
uses: actions/[email protected].2
uses: actions/[email protected].3
with:
name: ms-address
path: target/address-*.jar
- name: Upload Detekt Report
uses: actions/[email protected].2
uses: actions/[email protected].3
with:
name: test-report
path: target/site/detekt/
- name: Upload Test Report
uses: actions/[email protected].2
uses: actions/[email protected].3
with:
name: test-report
path: target/site/jacoco/
- name: Upload Documentation
uses: actions/[email protected].2
uses: actions/[email protected].3
with:
name: documentation
path: target/dokka/
Expand Down

0 comments on commit c331212

Please sign in to comment.