diff --git a/.github/workflows/dottorrent-cli.yaml b/.github/workflows/dottorrent-cli.yaml index 59d95dd..7a2a5dd 100644 --- a/.github/workflows/dottorrent-cli.yaml +++ b/.github/workflows/dottorrent-cli.yaml @@ -46,7 +46,7 @@ jobs: run: dottorrent --web_seed "${{ inputs.url }}" --source "torrent-webseed-creator" --comment "${{ inputs.comment }}" "${{ inputs.file_name }}" "${{ inputs.name }}.torrent" - name: Upload torrent file - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: ${{ inputs.name }} path: ${{ inputs.name }}.torrent diff --git a/.github/workflows/mktorrent.yaml b/.github/workflows/mktorrent.yaml index 5ce45e8..dc52b33 100644 --- a/.github/workflows/mktorrent.yaml +++ b/.github/workflows/mktorrent.yaml @@ -50,7 +50,7 @@ jobs: run: mktorrent -c "${{ inputs.comment }}" -l "${{ inputs.piece_size }}" -o "${{ inputs.name }}.torrent" -s "torrent-webseed-creator" -w "${{ inputs.url }}" "${{ inputs.file_name }}" - name: Upload torrent file - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: ${{ inputs.name }} path: ${{ inputs.name }}.torrent diff --git a/.github/workflows/py3createtorrent.yaml b/.github/workflows/py3createtorrent.yaml index a92e2a9..5d3130f 100644 --- a/.github/workflows/py3createtorrent.yaml +++ b/.github/workflows/py3createtorrent.yaml @@ -50,7 +50,7 @@ jobs: run: py3createtorrent -p "${{ inputs.piece_size }}" -c "${{ inputs.comment }}" -s "torrent-webseed-creator" -o "${{ inputs.name }}.torrent" --webseed "${{ inputs.url }}" "${{ inputs.file_name }}" - name: Upload torrent file - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: ${{ inputs.name }} path: ${{ inputs.name }}.torrent diff --git a/.github/workflows/torf-cli.yaml b/.github/workflows/torf-cli.yaml index 21023fa..e8ad335 100644 --- a/.github/workflows/torf-cli.yaml +++ b/.github/workflows/torf-cli.yaml @@ -46,7 +46,7 @@ jobs: run: torf "${{ inputs.file_name }}" -o "${{ inputs.name }}.torrent" -w "${{ inputs.url }}" -c "${{ inputs.comment }}" -s "torrent-webseed-creator" - name: Upload torrent file - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: ${{ inputs.name }} path: ${{ inputs.name }}.torrent diff --git a/.github/workflows/torrenttools.yaml b/.github/workflows/torrenttools.yaml index 6ff7fd6..70d5a82 100644 --- a/.github/workflows/torrenttools.yaml +++ b/.github/workflows/torrenttools.yaml @@ -59,7 +59,7 @@ jobs: 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 }}" - name: Upload torrent file - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: ${{ inputs.name }} path: ${{ inputs.name }}.torrent