From f07d326b2c83d0ea7c428a438acdc10e71af31d8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Mar 2026 11:08:56 +0000 Subject: [PATCH] build(deps): bump the all-actions group with 2 updates Bumps the all-actions group with 2 updates: [actions/upload-artifact](https://github.com/actions/upload-artifact) and [actions/attest-build-provenance](https://github.com/actions/attest-build-provenance). Updates `actions/upload-artifact` from 6 to 7 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v6...v7) Updates `actions/attest-build-provenance` from 3 to 4 - [Release notes](https://github.com/actions/attest-build-provenance/releases) - [Changelog](https://github.com/actions/attest-build-provenance/blob/main/RELEASE.md) - [Commits](https://github.com/actions/attest-build-provenance/compare/v3...v4) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-actions - dependency-name: actions/attest-build-provenance dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/plugin.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/plugin.yml b/.github/workflows/plugin.yml index a5ca7a1..9a7bdeb 100644 --- a/.github/workflows/plugin.yml +++ b/.github/workflows/plugin.yml @@ -52,7 +52,7 @@ jobs: run: "./gradlew dokkaGeneratePublicationHtml" - name: Archive generated fat JAR file - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: 'IceRunner-Docs' path: build/dokka/html/ @@ -78,12 +78,12 @@ jobs: run: "./gradlew shadowJar" - name: Archive generated fat JAR file - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: 'IceRunner-${{ github.sha }}.jar' path: artifacts/IceRunner.jar - name: Attest build provenance of said artifact - uses: actions/attest-build-provenance@v3 + uses: actions/attest-build-provenance@v4 with: subject-path: artifacts/IceRunner.jar \ No newline at end of file