From e69d29f16375af7f913c3e395f48a1a471989c7a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 2 Mar 2026 00:57:20 +0000 Subject: [PATCH] Update GitHub Artifact Actions --- .github/workflows/continuous-integration.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml index 65c0986..7240b03 100644 --- a/.github/workflows/continuous-integration.yml +++ b/.github/workflows/continuous-integration.yml @@ -114,7 +114,7 @@ jobs: run: cmake -E tar cfv ${{ env.PROJECT_NAME }}-${{ runner.os }}.zip --format=zip ${{ env.PROJECT_NAME }}-${{ runner.os }} - name: Upload Artifact - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: path: ${{ env.BUILD_DIR }}/${{ env.PROJECT_NAME }}_artefacts/${{ env.PROJECT_NAME }}-${{ runner.os }}.zip name: ${{ env.PROJECT_NAME }}-${{ runner.os }} @@ -131,7 +131,7 @@ jobs: - name: Download All Artifacts id: download_artifacts - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 - name: Add version name to the files that will be published run: |