Skip to content

Commit

Permalink
update upload/download actions together
Browse files Browse the repository at this point in the history
  • Loading branch information
jgerigmeyer committed Dec 19, 2023
1 parent 2b79cfe commit 271192d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
node-version-file: .nvmrc
cache: yarn
- name: Download built files
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: built
path: .svelte-kit
Expand All @@ -60,7 +60,7 @@ jobs:
node-version-file: .nvmrc
cache: yarn
- name: Download built files
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: built
path: .svelte-kit
Expand Down

0 comments on commit 271192d

Please sign in to comment.