Skip to content

Commit

Permalink
Bump actions/upload-artifact from 3 to 4 (#20)
Browse files Browse the repository at this point in the history
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3 to 4.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](actions/upload-artifact@v3...v4)

---
updated-dependencies:
- dependency-name: actions/upload-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] authored Mar 24, 2024
1 parent ec11ead commit e20fba0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- name: Upload `build` report
if: always()
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: BuildReport-${{ matrix.os }}
path: build/reports/
2 changes: 1 addition & 1 deletion .github/workflows/jar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@ jobs:
- name: Upload `jar`
if: always()
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
path: build/libs/kotgll-*.jar
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- name: Upload `test` report
if: always()
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: TestReport-${{ matrix.os }}
path: build/reports/tests/

0 comments on commit e20fba0

Please sign in to comment.