Skip to content

Commit 8052ae8

Browse files
committed
changed v3 zu v4
1 parent 314642d commit 8052ae8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build_macos.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
python-version: [3.10]
1616

1717
steps:
18-
- uses: actions/checkout@v3
18+
- uses: actions/checkout@v4
1919

2020
- name: Set up Python
2121
uses: actions/setup-python@v4
@@ -37,7 +37,7 @@ jobs:
3737
delocate-wheel -v -w repaired wheelhouse/*.whl
3838
3939
- name: Upload wheel artifacts
40-
uses: actions/upload-artifact@v3
40+
uses: actions/upload-artifact@v4
4141
with:
4242
name: pyrfr-macos-wheels
4343
path: repaired/*.whl

0 commit comments

Comments
 (0)