Bump more action versions

This commit is contained in:
Andreas Källberg
2024-10-23 15:40:29 +02:00
committed by GitHub
parent eaec428a89
commit fc614cd48e

View File

@@ -46,7 +46,7 @@ jobs:
run: | run: |
python -m cibuildwheel src/runtime/python --output-dir wheelhouse python -m cibuildwheel src/runtime/python --output-dir wheelhouse
- uses: actions/upload-artifact@v2 - uses: actions/upload-artifact@v4
with: with:
path: ./wheelhouse path: ./wheelhouse
@@ -78,7 +78,7 @@ jobs:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
- name: Set up Python - name: Set up Python
uses: actions/setup-python@v2 uses: actions/setup-python@v5.2.0
with: with:
python-version: '3.x' python-version: '3.x'