File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4646 run : dottorrent --web_seed "${{ inputs.url }}" --source "torrent-webseed-creator" --comment "${{ inputs.comment }}" "${{ inputs.file_name }}" "${{ inputs.name }}.torrent"
4747
4848 - name : Upload torrent file
49- uses : actions/upload-artifact@v4
49+ uses : actions/upload-artifact@v5
5050 with :
5151 name : ${{ inputs.name }}
5252 path : ${{ inputs.name }}.torrent
Original file line number Diff line number Diff line change 5050 run : mktorrent -c "${{ inputs.comment }}" -l "${{ inputs.piece_size }}" -o "${{ inputs.name }}.torrent" -s "torrent-webseed-creator" -w "${{ inputs.url }}" "${{ inputs.file_name }}"
5151
5252 - name : Upload torrent file
53- uses : actions/upload-artifact@v4
53+ uses : actions/upload-artifact@v5
5454 with :
5555 name : ${{ inputs.name }}
5656 path : ${{ inputs.name }}.torrent
Original file line number Diff line number Diff line change 5050 run : py3createtorrent -p "${{ inputs.piece_size }}" -c "${{ inputs.comment }}" -s "torrent-webseed-creator" -o "${{ inputs.name }}.torrent" --webseed "${{ inputs.url }}" "${{ inputs.file_name }}"
5151
5252 - name : Upload torrent file
53- uses : actions/upload-artifact@v4
53+ uses : actions/upload-artifact@v5
5454 with :
5555 name : ${{ inputs.name }}
5656 path : ${{ inputs.name }}.torrent
Original file line number Diff line number Diff line change 4646 run : torf "${{ inputs.file_name }}" -o "${{ inputs.name }}.torrent" -w "${{ inputs.url }}" -c "${{ inputs.comment }}" -s "torrent-webseed-creator"
4747
4848 - name : Upload torrent file
49- uses : actions/upload-artifact@v4
49+ uses : actions/upload-artifact@v5
5050 with :
5151 name : ${{ inputs.name }}
5252 path : ${{ inputs.name }}.torrent
Original file line number Diff line number Diff line change 5959 run : torrenttools create -v "${{ inputs.protocol_version }}" -o "${{ inputs.name }}.torrent" -w "${{ inputs.url }}" -c "${{ inputs.comment }}" -l "${{ inputs.piece_size }}" -s "torrent-webseed-creator" "${{ inputs.file_name }}"
6060
6161 - name : Upload torrent file
62- uses : actions/upload-artifact@v4
62+ uses : actions/upload-artifact@v5
6363 with :
6464 name : ${{ inputs.name }}
6565 path : ${{ inputs.name }}.torrent
You can’t perform that action at this time.
0 commit comments