File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -181,7 +181,7 @@ jobs:
181181
182182 - name : Host - Upload libtorrent-v${{ matrix.qbt_libtorrent_version }}-qbittorrent-nox and release info artifact ${{ inputs.distinct_id }}
183183 if : success()
184- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
184+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
185185 with :
186186 name : libtorrent-v${{ matrix.qbt_libtorrent_version }}-${{ matrix.qbt_cross_name }}-${{ matrix.qbt_qt_version_name }}qbittorrent-nox
187187 path : |
@@ -190,7 +190,7 @@ jobs:
190190
191191 - name : Host - Upload cmake graphs artifact ${{ inputs.distinct_id }}
192192 if : success() && matrix.qbt_build_tool == ''
193- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
193+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
194194 with :
195195 name : " ${{ matrix.qbt_cross_name }}-libtorrent-v${{ matrix.qbt_libtorrent_version }}-graphs"
196196 path : " ${{ env.qbt_build_dir }}/completed/*.png"
Original file line number Diff line number Diff line change 5454 persist-credentials : false
5555
5656 - name : Set up QEMU
57- uses : docker/setup-qemu-action@29109295f81e9208d7d86ff1c6c12d2833863392 # v3
57+ uses : docker/setup-qemu-action@29109295f81e9208d7d86ff1c6c12d2833863392 # v3.6.0
5858
5959 - name : Create docker ${{ env.container_name }} ${{ matrix.container_image }} ${{ matrix.platform }} container
6060 run : >
You can’t perform that action at this time.
0 commit comments