From 5f30631a415a7202b474fddc68de5b3904cd5d87 Mon Sep 17 00:00:00 2001 From: Adam Stachowicz Date: Mon, 6 May 2024 14:37:50 +0200 Subject: [PATCH] Update Windows-pack.yml: update dependencies (#3586) * Update Windows-pack.yml: update dependencies Should speedup artifacts upload: https://github.blog/changelog/2023-12-14-github-actions-artifacts-v4-is-now-generally-available/ * Update .github/workflows/Windows-pack.yml * Fix double `-` in artifact name --- .github/workflows/Windows-pack.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/Windows-pack.yml b/.github/workflows/Windows-pack.yml index a7ac435022..184d4e12c3 100644 --- a/.github/workflows/Windows-pack.yml +++ b/.github/workflows/Windows-pack.yml @@ -94,13 +94,13 @@ jobs: - name: Cache Qt id: cache-qt - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: ./build/Qt/${{ matrix.qt_ver }}/${{ matrix.config.qt_arch_install }} key: ${{ runner.os }}-QtCache/${{ matrix.qt_ver }}/${{ matrix.config.qt_arch }} - name: Install Qt - uses: jurplel/install-qt-action@v2 + uses: jurplel/install-qt-action@v3 with: version: ${{ matrix.qt_ver }} target: ${{ matrix.qt_target }} @@ -200,7 +200,7 @@ jobs: echo $(python $GITHUB_WORKSPACE/scripts/upload_services/transferwee.py upload $GITHUB_WORKSPACE/build/Package/portable/flameshot-${VERSION}-${{ matrix.config.pak_arch }}.zip) echo "=====no operation for you can see link in the log console=====" - name: Artifact Upload - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: - name: Windows-artifact + name: Windows-${{ matrix.config.arch }}-${{ matrix.type }}-artifact path: ${{ github.workspace }}/build/Package/*