Skip to content

Commit 44d6eb6

Browse files
Bump actions/upload-artifact from 6 to 7 (#331)
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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d72fbdc commit 44d6eb6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-and-publish-antora.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
run: antora --fetch antora-playbook.yml
3232

3333
- name: Upload site as artifact
34-
uses: actions/upload-artifact@v6
34+
uses: actions/upload-artifact@v7
3535
with:
3636
name: site
3737
path: build/site

.github/workflows/gradle-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
7979
run: ./gradlew check --configuration-cache --parallel
8080
- name: Upload build artifacts
81-
uses: actions/upload-artifact@v6
81+
uses: actions/upload-artifact@v7
8282
id: upload-build-artifacts
8383
with:
8484
name: build-artifacts

0 commit comments

Comments
 (0)