Skip to content

Commit fc614cd

Browse files
authored
Bump more action versions
1 parent eaec428 commit fc614cd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-python-package.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
run: |
4747
python -m cibuildwheel src/runtime/python --output-dir wheelhouse
4848
49-
- uses: actions/upload-artifact@v2
49+
- uses: actions/upload-artifact@v4
5050
with:
5151
path: ./wheelhouse
5252

@@ -78,7 +78,7 @@ jobs:
7878
- uses: actions/checkout@v2
7979

8080
- name: Set up Python
81-
uses: actions/setup-python@v2
81+
uses: actions/setup-python@v5.2.0
8282
with:
8383
python-version: '3.x'
8484

0 commit comments

Comments
 (0)