From 8cda2c695e6428734828f35d158d4e09b5e24376 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Mar 2026 11:11:14 +0000 Subject: [PATCH] Bump actions/upload-artifact from 4 to 7 Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 7. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v4...v7) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '7' 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..871971c 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@v7 with: name: ${{ inputs.name }} path: ${{ inputs.name }}.torrent diff --git a/.github/workflows/mktorrent.yaml b/.github/workflows/mktorrent.yaml index 5ce45e8..b68e41c 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@v7 with: name: ${{ inputs.name }} path: ${{ inputs.name }}.torrent diff --git a/.github/workflows/py3createtorrent.yaml b/.github/workflows/py3createtorrent.yaml index a92e2a9..88f8d5f 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@v7 with: name: ${{ inputs.name }} path: ${{ inputs.name }}.torrent diff --git a/.github/workflows/torf-cli.yaml b/.github/workflows/torf-cli.yaml index 21023fa..42de705 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@v7 with: name: ${{ inputs.name }} path: ${{ inputs.name }}.torrent diff --git a/.github/workflows/torrenttools.yaml b/.github/workflows/torrenttools.yaml index 6ff7fd6..ef706df 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@v7 with: name: ${{ inputs.name }} path: ${{ inputs.name }}.torrent