We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 314642d commit 8052ae8Copy full SHA for 8052ae8
1 file changed
.github/workflows/build_macos.yml
@@ -15,7 +15,7 @@ jobs:
15
python-version: [3.10]
16
17
steps:
18
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
19
20
- name: Set up Python
21
uses: actions/setup-python@v4
@@ -37,7 +37,7 @@ jobs:
37
delocate-wheel -v -w repaired wheelhouse/*.whl
38
39
- name: Upload wheel artifacts
40
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
41
with:
42
name: pyrfr-macos-wheels
43
path: repaired/*.whl
0 commit comments