Skip to content

Commit 55904af

Browse files
Bump actions/upload-artifact from 4 to 5 (#301)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 5. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4...v5) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '5' 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 5870ff1 commit 55904af

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@v4
34+
uses: actions/upload-artifact@v5
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@v4
78+
uses: actions/upload-artifact@v5
7979
id: upload-build-artifacts
8080
with:
8181
name: build-artifacts

0 commit comments

Comments
 (0)