Skip to content

Commit

Permalink
Update upload artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
enyo committed Oct 20, 2024
1 parent a5d3919 commit 606362d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
# And lastly, we upload the generated build/ folder as artifact so we can
# use it in later steps.
- name: Upload build and .svelte-kit folder
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: build
if-no-files-found: error
Expand All @@ -61,7 +61,7 @@ jobs:
steps:
# No need to checkout the project, since all we need is to download the
# build artifact from the build step.
- uses: actions/download-artifact@v2
- uses: actions/download-artifact@v4
with:
name: build
path: build
Expand Down

0 comments on commit 606362d

Please sign in to comment.