From 275a8b911714cb2776c660527c48562ca9cb88b7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Mar 2026 12:42:41 +0000 Subject: [PATCH] Bump actions/upload-artifact from 6 to 7 Bumps [actions/upload-artifact](https://github.com/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) --- 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-reusable.yml | 2 +- .github/workflows/macos-reusable.yml | 2 +- .github/workflows/webassembly-reusable.yml | 2 +- .github/workflows/windows-reusable.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/linux-reusable.yml b/.github/workflows/linux-reusable.yml index 498fa942..1ba4839f 100644 --- a/.github/workflows/linux-reusable.yml +++ b/.github/workflows/linux-reusable.yml @@ -35,7 +35,7 @@ jobs: amtrack_demo - name: Upload Linux Artifact - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: libamtrack-linux path: "${{ runner.temp }}/usr/" diff --git a/.github/workflows/macos-reusable.yml b/.github/workflows/macos-reusable.yml index 93ccc1df..53232a2f 100644 --- a/.github/workflows/macos-reusable.yml +++ b/.github/workflows/macos-reusable.yml @@ -39,7 +39,7 @@ jobs: amtrack_demo - name: Upload macOS Artifact - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: libamtrack-macos path: "${{ runner.temp }}/usr/" diff --git a/.github/workflows/webassembly-reusable.yml b/.github/workflows/webassembly-reusable.yml index 0bc8c3e8..2c0da0f9 100644 --- a/.github/workflows/webassembly-reusable.yml +++ b/.github/workflows/webassembly-reusable.yml @@ -56,7 +56,7 @@ jobs: run: ./compile_to_js.sh - name: Upload WebAssembly Artifact - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: libamtrack-wasm path: | diff --git a/.github/workflows/windows-reusable.yml b/.github/workflows/windows-reusable.yml index ec6e6233..fca50525 100644 --- a/.github/workflows/windows-reusable.yml +++ b/.github/workflows/windows-reusable.yml @@ -86,7 +86,7 @@ jobs: cmake --install . --prefix "$INSTALL_DIR" --config Release - name: Upload Windows Artifact - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: libamtrack-windows path: ${{ runner.temp }}/libamtrack/