File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed 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@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
42+ uses : actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
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@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
49+ uses : actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
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