Skip to content

Commit adf3f83

Browse files
committed
all-repos: update actions/upload-artifact to v4
Committed via https://github.com/asottile/all-repos
1 parent f7a7945 commit adf3f83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- run: |
2121
pip install wheel
2222
python setup.py bdist_wheel sdist --formats=gztar
23-
- uses: actions/upload-artifact@v3.1.1
23+
- uses: actions/upload-artifact@v4
2424
with:
2525
name: ${{ github.sha }}
2626
path: dist/*

0 commit comments

Comments
 (0)