Skip to content

Commit 5f30631

Browse files
authored
Update Windows-pack.yml: update dependencies (flameshot-org#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
1 parent e63aea6 commit 5f30631

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/Windows-pack.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -94,13 +94,13 @@ jobs:
9494

9595
- name: Cache Qt
9696
id: cache-qt
97-
uses: actions/cache@v3
97+
uses: actions/cache@v4
9898
with:
9999
path: ./build/Qt/${{ matrix.qt_ver }}/${{ matrix.config.qt_arch_install }}
100100
key: ${{ runner.os }}-QtCache/${{ matrix.qt_ver }}/${{ matrix.config.qt_arch }}
101101

102102
- name: Install Qt
103-
uses: jurplel/install-qt-action@v2
103+
uses: jurplel/install-qt-action@v3
104104
with:
105105
version: ${{ matrix.qt_ver }}
106106
target: ${{ matrix.qt_target }}
@@ -200,7 +200,7 @@ jobs:
200200
echo $(python $GITHUB_WORKSPACE/scripts/upload_services/transferwee.py upload $GITHUB_WORKSPACE/build/Package/portable/flameshot-${VERSION}-${{ matrix.config.pak_arch }}.zip)
201201
echo "=====no operation for you can see link in the log console====="
202202
- name: Artifact Upload
203-
uses: actions/upload-artifact@v3
203+
uses: actions/upload-artifact@v4
204204
with:
205-
name: Windows-artifact
205+
name: Windows-${{ matrix.config.arch }}-${{ matrix.type }}-artifact
206206
path: ${{ github.workspace }}/build/Package/*

0 commit comments

Comments
 (0)