Skip to content

Commit

Permalink
Merge pull request #1075 from thornbill/fix-dl-artifact-action
Browse files Browse the repository at this point in the history
Fix download artifact action
  • Loading branch information
nielsvanvelzen authored Aug 11, 2024
2 parents 72bcbaa + 19afd30 commit 4081ed1
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ permissions:
contents: read
pages: write
id-token: write
actions: read

jobs:
build:
Expand Down Expand Up @@ -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'
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 4081ed1

Please sign in to comment.