From 3705f9d87e0489ddb25ab5beaec31e464417e345 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 26 Sep 2023 05:29:08 +0000 Subject: [PATCH] Update actions/upload-artifact action to v3 --- .github/workflows/_meta-publish.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/_meta-publish.yaml b/.github/workflows/_meta-publish.yaml index 9aebfd6..3686df7 100644 --- a/.github/workflows/_meta-publish.yaml +++ b/.github/workflows/_meta-publish.yaml @@ -43,7 +43,7 @@ jobs: Rename-Item -Path .\jellyfin_*_windows-x64.exe -NewName ("jellyfin_${{ inputs.jellyfin_version }}_windows-x64.exe") - name: Upload Artifact - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v3 with: name: windows-x64 retention-days: 30