From 52ffab02e83c08a1e4a8d40f442d2e7afdeee703 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Jun 2026 00:35:24 +0000 Subject: [PATCH] ci: bump actions/upload-artifact from 4.6.2 to 7.0.1 Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.6.2 to 7.0.1. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v4.6.2...v7.0.1) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: 7.0.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 2 +- .github/workflows/java-release.yml | 2 +- .github/workflows/reconcile.yml | 2 +- .github/workflows/release.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c7e2f7f..4f5a688 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -141,7 +141,7 @@ jobs: "@ | Out-File -FilePath convex-excel-addin\README.txt -Encoding UTF8 - name: Upload Add-in Artifact - uses: actions/upload-artifact@v7 + uses: actions/upload-artifact@v7.0.1 with: name: convex-excel-addin path: convex-excel-addin/ diff --git a/.github/workflows/java-release.yml b/.github/workflows/java-release.yml index 8f53c1f..d8c8947 100644 --- a/.github/workflows/java-release.yml +++ b/.github/workflows/java-release.yml @@ -46,7 +46,7 @@ jobs: - name: Build cdylib run: cargo build -p convex-ffi --release --target ${{ matrix.target }} - - uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4 + - uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1 with: name: ${{ matrix.classifier }} path: target/${{ matrix.target }}/release/${{ matrix.lib }} diff --git a/.github/workflows/reconcile.yml b/.github/workflows/reconcile.yml index fda2fb5..3f767a8 100644 --- a/.github/workflows/reconcile.yml +++ b/.github/workflows/reconcile.yml @@ -45,7 +45,7 @@ jobs: - name: Upload reconciliation artifacts if: always() - uses: actions/upload-artifact@v7 + uses: actions/upload-artifact@v7.0.1 with: name: reconciliation-report path: | diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 9f3a2e5..d99a8d1 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -113,7 +113,7 @@ jobs: Compress-Archive -Path convex-excel-addin\* -DestinationPath "convex-excel-addin-v$version.zip" - name: Upload Add-in Artifact - uses: actions/upload-artifact@v7 + uses: actions/upload-artifact@v7.0.1 with: name: convex-excel-addin path: convex-excel-addin-v*.zip