Skip to content

Commit

Permalink
Node 20 updates for #217
Browse files Browse the repository at this point in the history
  • Loading branch information
stucka committed Feb 6, 2024
1 parent 8e0b64d commit 46f1f5f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/continuous-deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ jobs:

- id: save
name: Save artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: release-${{ github.run_number }}
path: ./dist
Expand All @@ -149,7 +149,7 @@ jobs:

- id: fetch
name: Fetch artifact
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: release-${{ github.run_number }}
path: ./dist
Expand Down

0 comments on commit 46f1f5f

Please sign in to comment.