Skip to content

Commit

Permalink
Merge pull request #276 from falconry/dependabot/github_actions/actio…
Browse files Browse the repository at this point in the history
…ns/upload-artifact-4
  • Loading branch information
dependabot[bot] authored Jan 1, 2024
2 parents f6d0e19 + 122023c commit ff151cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
node-version: 14.x
- run: npm ci
- run: npm run build
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: dist
path: ./dist-prod/
Expand Down

0 comments on commit ff151cd

Please sign in to comment.