From 5dfb31ac2367ed8a76739acb74abc5d28dbe3f7f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 26 Feb 2026 21:08:30 +0000 Subject: [PATCH] Update actions/upload-artifact action to v7 --- .github/workflows/main.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 02f1720e..db096cb2 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -42,7 +42,7 @@ jobs: - name: Find the package run: 'echo PKG=`find ./dist -name "*.${{ matrix.package_type }}"` >> $GITHUB_ENV' - name: Archive package as an artifact - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v7 with: name: package path: ${{ env.PKG }} @@ -106,7 +106,7 @@ jobs: - name: Find the package run: 'echo PKG=`find ./dist -name "*.${{ matrix.package_type }}"` >> $GITHUB_ENV' - name: Archive package as an artifact - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v7 with: name: package path: ${{ env.PKG }} @@ -166,7 +166,7 @@ jobs: GENERATOR: ${{ matrix.generator }} EXTRA_ARGS: ${{ matrix.args }} VCVER: ${{ matrix.vcver }} - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v7 with: name: package path: '*.zip' @@ -182,7 +182,7 @@ jobs: fetch-depth: 0 - name: MacOS Build run: ./devops/build/ci-run.macos.sh - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v7 with: name: package path: '*.zip'