Skip to content

Commit

Permalink
Merge pull request #173 from Scarwolf/dependabot/github_actions/actio…
Browse files Browse the repository at this point in the history
…ns/upload-artifact-4

Bump actions/upload-artifact from 3 to 4
  • Loading branch information
twobiers authored Dec 16, 2023
2 parents fce14a6 + 2204030 commit efa960d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
npm ci
npm run build:dev
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: dist
path: dist
Expand Down

0 comments on commit efa960d

Please sign in to comment.