From b1731e101a1426f93fc6fde932c5fbe15ec833d3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Nov 2025 11:08:45 +0000 Subject: [PATCH] Bump actions/upload-artifact from 4 to 5 Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 5. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v4...v5) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/dottorrent-cli.yaml | 2 +- .github/workflows/mktorrent.yaml | 2 +- .github/workflows/py3createtorrent.yaml | 2 +- .github/workflows/torf-cli.yaml | 2 +- .github/workflows/torrenttools.yaml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) 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