From 9833f8baf41d3b824a6e7b53e1b8d0ef16c611bd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Oct 2025 22:31:27 +0000 Subject: [PATCH] chore(deps): bump actions/upload-artifact from 4 to 5 Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 5. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/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] --- .github/workflows/ci.yml | 6 +++--- .github/workflows/release.yml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5b00c6b5..fa1f0a69 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -177,13 +177,13 @@ jobs: cp -r tests/unittests temp/tests/unittests - name: Upload artifact - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: ${{ matrix.config.artifact }} path: artifact - name: Upload temp artifact - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: temp-${{ matrix.config.artifact }} path: temp @@ -386,7 +386,7 @@ jobs: - name: Upload crashes continue-on-error: true - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: crashes path: crashes.tar.gz diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 9be079aa..4d6ef19f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -83,7 +83,7 @@ jobs: artifact-name: 'arkscript.exe' - name: Upload artifact - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: ${{ matrix.config.artifact }} path: artifact