Skip to content

Commit c2105c2

Browse files
authored
all-repos: update actions/upload-artifact to v4 (#36)
Committed via https://github.com/asottile/all-repos
1 parent ae9cdb0 commit c2105c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- run: |
2727
pip install build
2828
python -m build
29-
- uses: actions/upload-artifact@v3
29+
- uses: actions/upload-artifact@v4
3030
with:
3131
name: ${{ github.sha }}
3232
path: dist/*

0 commit comments

Comments
 (0)