From 4e932a41ee07a4db6709a17df9e1b1baba57d5f0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Dec 2025 12:01:31 +0000 Subject: [PATCH] Bump actions/upload-artifact from 4 to 6 Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 6. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v4...v6) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '6' 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 74b18a5f..0b2f1331 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@v4 + uses: actions/upload-artifact@v6 with: name: libamtrack-linux path: "${{ runner.temp }}/usr/" diff --git a/.github/workflows/macos-reusable.yml b/.github/workflows/macos-reusable.yml index cf123c95..3c245fa7 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@v4 + uses: actions/upload-artifact@v6 with: name: libamtrack-macos path: "${{ runner.temp }}/usr/" diff --git a/.github/workflows/webassembly-reusable.yml b/.github/workflows/webassembly-reusable.yml index 146f2eaa..867954ce 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@v4 + uses: actions/upload-artifact@v6 with: name: libamtrack-wasm path: | diff --git a/.github/workflows/windows-reusable.yml b/.github/workflows/windows-reusable.yml index afc0427f..f9d488a5 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@v4 + uses: actions/upload-artifact@v6 with: name: libamtrack-windows path: ${{ runner.temp }}/libamtrack/