Skip to content

Commit

Permalink
build(deps): bump actions/upload-artifact from 3 to 4 (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
dennisklein committed Mar 1, 2024
2 parents 0f2f120 + 07730c5 commit 2b1188c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
run: pip install hatch
- name: Build
run: hatch build
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: artifacts
path: dist/*
Expand Down

0 comments on commit 2b1188c

Please sign in to comment.