1
0
forked from GitHub/gf-core

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