File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
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@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 .0.0
184+ uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7 .0.0
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@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 .0.0
193+ uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7 .0.0
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 @@ -39,14 +39,14 @@ jobs:
3939 curl -sLo- "https://github.com/jgm/pandoc/releases/latest/download/pandoc-${pandoc_git_tag}-linux-$(dpkg --print-architecture).tar.gz" | tar xzf - --strip-components 2 -C "$(pwd)" --exclude="share"
4040
4141 - name : Host - Download 1.2 qbittorrent-nox artifacts ${{ inputs.distinct_id }}
42- uses : actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7 .0.0
42+ uses : actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8 .0.0
4343 with :
4444 path : " 1.2"
4545 pattern : libtorrent-v1.2-*-qbittorrent-nox
4646 merge-multiple : true
4747
4848 - name : Host - Download 2.0 qbittorrent-nox artifacts ${{ inputs.distinct_id }}
49- uses : actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7 .0.0
49+ uses : actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8 .0.0
5050 with :
5151 path : " 2.0"
5252 pattern : libtorrent-v2.0-*-qbittorrent-nox
You can’t perform that action at this time.
0 commit comments