Skip to content

Commit dac081a

Browse files
Bump the github-actions group with 2 updates
Bumps the github-actions group with 2 updates: [actions/cache](https://github.com/actions/cache) and [actions/upload-artifact](https://github.com/actions/upload-artifact). Updates `actions/cache` from 5 to 6 - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v5...v6) Updates `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/cache dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: actions/upload-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 8e73a19 commit dac081a

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,15 +48,15 @@ jobs:
4848
run: ../mvnw dev.morphia.morphia:critter-maven:generate-test-models
4949

5050
- name: Cache build artifacts
51-
uses: actions/cache@v5
51+
uses: actions/cache@v6
5252
with:
5353
path: |
5454
**/target
5555
~/.m2/repository
5656
key: target-${{ steps.maven-cache-key.outputs.key }}
5757

5858
- name: Collect logs
59-
uses: actions/upload-artifact@v6
59+
uses: actions/upload-artifact@v7
6060
if: failure()
6161
with:
6262
name: "logs-${{ github.sha }}-${{ github.run_id }}"
@@ -213,7 +213,7 @@ jobs:
213213
DEVELOCITY_ACCESS_KEY: ${{ secrets.DEVELOCITY_ACCESS_KEY }}
214214

215215
- name: Upload JaCoCo reports
216-
uses: actions/upload-artifact@v6
216+
uses: actions/upload-artifact@v7
217217
if: always()
218218
with:
219219
name: "test-coverage-${{ matrix.mapper }}-${{ github.run_id }}"

0 commit comments

Comments
 (0)