Skip to content

Commit

Permalink
Bump actions/upload-artifact from 3 to 4 (#90)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Nov 8, 2024
1 parent c2fe2db commit dea10fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ jobs:
- name: Upload package distribution files
if: matrix.task.name == 'Build'
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: package
path: dist
Expand Down

0 comments on commit dea10fd

Please sign in to comment.