File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff 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/*
You can’t perform that action at this time.
0 commit comments