Skip to content

Commit 9920874

Browse files
chore(deps): update actions/upload-artifact action to v4 (#25)
1 parent 472e52e commit 9920874

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
- uses: NiklasRosenstein/slap@gha/install/v1
3838
- run: slap install --only-extras docs --no-venv-check
3939
- run: slap run --no-venv-check docs:build
40-
- uses: actions/upload-artifact@v2
40+
- uses: actions/upload-artifact@v4
4141
with:
4242
name: docs
4343
path: docs/_site

0 commit comments

Comments
 (0)