Skip to content

Commit 1d5956f

Browse files
Bump actions/upload-artifact from 6 to 7 in the github-actions group
Bumps the github-actions group with 1 update: [actions/upload-artifact](https://github.com/actions/upload-artifact). 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/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 82d6253 commit 1d5956f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,13 @@ jobs:
2020
run: ./gradlew clean build
2121

2222
- name: Archive artifacts
23-
uses: actions/upload-artifact@v6
23+
uses: actions/upload-artifact@v7
2424
with:
2525
name: artifacts
2626
path: build/libs
2727

2828
- name: Archive code reports
29-
uses: actions/upload-artifact@v6
29+
uses: actions/upload-artifact@v7
3030
if: always()
3131
with:
3232
name: code-reports

0 commit comments

Comments
 (0)