From 19afd3028a95263f24bf80d041ed88471fe365bf Mon Sep 17 00:00:00 2001 From: Bill Thornton Date: Sun, 11 Aug 2024 03:14:09 -0400 Subject: [PATCH] Fix download artifact action --- .github/workflows/build.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 70aac4023..fb78180c6 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -14,7 +14,6 @@ permissions: contents: read pages: write id-token: write - actions: read jobs: build: @@ -42,7 +41,7 @@ jobs: if: github.event_name == 'push' uses: actions/upload-pages-artifact@56afc609e74202658d3ffba0e8f6dda462b719fa # v3.0.1 with: - path: ./build + path: build deploy: if: github.event_name == 'push' @@ -81,7 +80,7 @@ jobs: comment_tag: CFPages-deployment mode: recreate - name: Download workflow artifact - uses: dawidd6/action-download-artifact@09f2f74827fd3a8607589e5ad7f9398816f540fe # v3.1.4 + uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8 with: name: jellyfin-org__build path: build