mirror of
https://github.com/qbittorrent/docker-qbittorrent-nox.git
synced 2024-11-23 01:09:41 +00:00
Bump github actions versions (#23)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
aede1d8aae
commit
de824bd0c1
2
.github/workflows/alpha.yaml
vendored
2
.github/workflows/alpha.yaml
vendored
@ -81,7 +81,7 @@ jobs:
|
||||
qbittorrentofficial/qbittorrent-nox:alpha
|
||||
|
||||
- name: Upload build artifacts
|
||||
uses: actions/upload-artifact@v3
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: qbittorrent-nox_alpha_${{ steps.set-variables.outputs.PLATFORM_NAME }}
|
||||
path: qbittorrent-nox_alpha_${{ steps.set-variables.outputs.PLATFORM_NAME }}
|
||||
|
2
.github/workflows/ci.yaml
vendored
2
.github/workflows/ci.yaml
vendored
@ -80,7 +80,7 @@ jobs:
|
||||
qbittorrent-nox_${{ steps.set-variables.outputs.PLATFORM_NAME }}:devel
|
||||
|
||||
- name: Upload build artifacts
|
||||
uses: actions/upload-artifact@v3
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: qbittorrent-nox_devel_${{ steps.set-variables.outputs.PLATFORM_NAME }}
|
||||
path: qbittorrent-nox_devel_${{ steps.set-variables.outputs.PLATFORM_NAME }}
|
||||
|
2
.github/workflows/release.yaml
vendored
2
.github/workflows/release.yaml
vendored
@ -97,7 +97,7 @@ jobs:
|
||||
qbittorrentofficial/qbittorrent-nox:${{ env.QBT_VERSION }}
|
||||
|
||||
- name: Upload artifacts
|
||||
uses: actions/upload-artifact@v3
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: qbittorrent-nox_${{ env.QBT_VERSION }}_${{ steps.set-variables.outputs.PLATFORM_NAME }}
|
||||
path: qbittorrent-nox_${{ env.QBT_VERSION }}_${{ steps.set-variables.outputs.PLATFORM_NAME }}
|
||||
|
Loading…
Reference in New Issue
Block a user