Skip to content

Commit 51640ee

Browse files
dependabot[bot]tongtongcao
authored andcommitted
ci(deps): bump actions/upload-artifact from 6 to 7 (#1147)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 6 to 7. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v6...v7) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '7' 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>
1 parent cd6e07f commit 51640ee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ jobs:
9393
run: |
9494
tar czvf coatjava.tar.gz coatjava
9595
tar czvf clara.tar.gz clara
96-
- uses: actions/upload-artifact@v6
96+
- uses: actions/upload-artifact@v7
9797
with:
9898
name: build_${{ matrix.runner }}
9999
retention-days: 1
@@ -138,7 +138,7 @@ jobs:
138138
run: validation/jacoco-aggregate.sh
139139
- name: publish jacoco report
140140
if: ${{ matrix.JAVA_VERSION == env.JAVA_VERSION }}
141-
uses: actions/upload-artifact@v6
141+
uses: actions/upload-artifact@v7
142142
with:
143143
name: jacoco_report
144144
path: publish/

0 commit comments

Comments
 (0)