Skip to content

Commit 7400c63

Browse files
Bump actions/upload-artifact from 5 to 6 (#312)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 5 to 6. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v5...v6) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '6' 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 23cabce commit 7400c63

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@v5
34+
uses: actions/upload-artifact@v6
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
@@ -75,7 +75,7 @@ jobs:
7575
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
7676
run: ./gradlew check --configuration-cache --parallel
7777
- name: Upload build artifacts
78-
uses: actions/upload-artifact@v5
78+
uses: actions/upload-artifact@v6
7979
id: upload-build-artifacts
8080
with:
8181
name: build-artifacts

0 commit comments

Comments
 (0)