From 30012fa26d881effad1e2bf0f24aec3d0375aa54 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 25 May 2024 12:51:40 +0000 Subject: [PATCH] Bump actions/upload-artifact from 2 to 4 Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 2 to 4. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v2...v4) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/centos.yml | 2 +- .github/workflows/main.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/centos.yml b/.github/workflows/centos.yml index d04aab54c0..0ff2567c3d 100644 --- a/.github/workflows/centos.yml +++ b/.github/workflows/centos.yml @@ -182,7 +182,7 @@ jobs: - name: Push installer if: false - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v4 with: name: trik-studio-auto-installer-linux-qt${{ matrix.qt-version }} path: | diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index bec9081572..3f5a143283 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -193,7 +193,7 @@ jobs: - name: Push binaries if: false - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v4 with: name: binaries-${{ matrix.qt-version}} path: ${{ env.BUILD_DIR }}/bin/release @@ -204,7 +204,7 @@ jobs: ./build-trik-studio.sh "${Qt5_Dir}/bin" "${IQTA_TOOLS}/QtInstallerFramework/4.6.1/bin" "${{ env.BUILD_DIR }}" - name: Push installer - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v4 with: name: trik-studio-auto-installer-qt${{ matrix.qt-version}} path: |