From c6c5d1c7e01c4ab5e4c3ed1e2885c3fcee60a55c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Jun 2026 23:59:01 +0000 Subject: [PATCH] Bump actions/upload-artifact from 4 to 7 Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 7. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v4...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] --- .github/workflows/linux.yml | 2 +- .github/workflows/macos.yml | 2 +- .github/workflows/windows.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index 070f5df..c637b41 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -74,7 +74,7 @@ jobs: zip -r UsaProject-linux.zip package/ - name: Upload artifact - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: UsaProject-linux path: UsaProject-linux.zip diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index e0fb80c..b95bfd2 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -71,7 +71,7 @@ jobs: zig-out/UsaProject-macos.zip - name: Upload artifact - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: UsaProject-macos path: zig-out/UsaProject-macos.zip diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index a9123d5..d9cf611 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -65,7 +65,7 @@ jobs: # zips whatever path it is given, so handing it a .zip yields a # zip-inside-a-zip on download. The pre-made zip is kept only for the # release asset below, where it is uploaded as-is. - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: UsaProject-windows path: package\*