Skip to content

Commit

Permalink
Merge pull request #5 from corneliusroemer/dependabot/github_actions/…
Browse files Browse the repository at this point in the history
…main/actions/upload-artifact-4

Bump actions/upload-artifact from 3 to 4
  • Loading branch information
corneliusroemer authored Dec 8, 2024
2 parents 9749fc3 + 05b7a3f commit c2626cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Build
run: pnpm build
- name: Upload artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: build-artifact
path: ./dist
Expand Down

0 comments on commit c2626cf

Please sign in to comment.