Skip to content

Commit fcfbb60

Browse files
chore(deps): bump actions/upload-artifact from 4 to 5 (#118)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 5. Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent cec16fe commit fcfbb60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
run: |
3030
python -m build
3131
- name: Upload package
32-
uses: actions/upload-artifact@v4
32+
uses: actions/upload-artifact@v5
3333
with:
3434
name: dist
3535
path: dist/

0 commit comments

Comments
 (0)