Skip to content

Commit

Permalink
chore: bump actions/upload-artifact from 3 to 4 (#308)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Dec 15, 2023
1 parent ea4fd59 commit a2310c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
poetry build
- name: Upload dist
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: dist
path: dist
Expand Down

0 comments on commit a2310c6

Please sign in to comment.