Skip to content

Commit a712d67

Browse files
chore(deps): update actions/upload-artifact action to v5
1 parent 2928369 commit a712d67

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
@@ -32,7 +32,7 @@ jobs:
3232
source .venv-install-tar/bin/activate
3333
uv pip install dist/*.tar.gz
3434
35-
- uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
35+
- uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
3636
if: github.event_name == 'push' && startsWith(github.event.ref, 'refs/tags/')
3737
with:
3838
name: dist

0 commit comments

Comments
 (0)