Skip to content

Commit 127e6ba

Browse files
authored
Update build-and-test.yml (#165)
Signed-off-by: Andreas Fehlner <[email protected]>
1 parent 7ab5ba4 commit 127e6ba

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/build-and-test.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
matrix:
3030
os: [ubuntu-20.04, windows-2019, macos-10.15]
3131
steps:
32-
- uses: actions/checkout@v2
32+
- uses: actions/checkout@v4
3333
with:
3434
submodules: recursive
3535
- name: Build wheels
@@ -42,7 +42,7 @@ jobs:
4242
name: Build source distribution
4343
runs-on: ubuntu-latest
4444
steps:
45-
- uses: actions/checkout@v2
45+
- uses: actions/checkout@v4
4646
with:
4747
submodules: recursive
4848

@@ -56,7 +56,7 @@ jobs:
5656
python3 -m pip install *.tar.gz
5757
python3 -c "import onnxoptimizer; print(onnxoptimizer.get_fuse_and_elimination_passes())"
5858
59-
- uses: actions/upload-artifact@v2
59+
- uses: actions/upload-artifact@v4
6060
with:
6161
path: dist/*.tar.gz
6262

@@ -65,7 +65,7 @@ jobs:
6565
needs: [build_wheels, build_sdist]
6666
runs-on: ubuntu-latest
6767
steps:
68-
- uses: actions/download-artifact@v3
68+
- uses: actions/download-artifact@v4
6969
with:
7070
# unpacks default artifact into dist/
7171
# if `name: artifact` is omitted, the action will create extra parent dir

0 commit comments

Comments
 (0)