File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 6565 run : ls -la dist/
6666
6767 - name : Cache Source Package
68- uses : actions/upload-artifact@v3
68+ uses : actions/upload-artifact@v4
6969 with :
7070 name : scanoss-wheels
7171 path : ./dist/*tar.gz
@@ -103,7 +103,7 @@ jobs:
103103 run : ls ./wheelhouse/
104104
105105 - name : Cache ${{ matrix.os }} Wheels
106- uses : actions/upload-artifact@v3
106+ uses : actions/upload-artifact@v4
107107 with :
108108 name : scanoss-wheels
109109 path : ./wheelhouse/*.whl
@@ -118,7 +118,7 @@ jobs:
118118 - uses : actions/checkout@v4
119119
120120 - name : Download Cached artifacts
121- uses : actions/download-artifact@v3
121+ uses : actions/download-artifact@v4
122122 with :
123123 name : scanoss-wheels
124124 path : wheelhouse
Original file line number Diff line number Diff line change 3232 continue-on-error : true
3333 run : ls ./wheelhouse/
3434
35- - uses : actions/upload-artifact@v3
35+ - uses : actions/upload-artifact@v4
3636 with :
3737 name : scanoss-wheels
3838 path : ./wheelhouse/*.whl
4444 runs-on : [ubuntu-latest]
4545 steps :
4646 - uses : actions/checkout@v4
47- - uses : actions/download-artifact@v3
47+ - uses : actions/download-artifact@v4
4848 with :
4949 name : scanoss-wheels
5050 path : wheelhouse
Original file line number Diff line number Diff line change 5858 continue-on-error : true
5959 run : ls wheelhouse/
6060
61- - uses : actions/upload-artifact@v3
61+ - uses : actions/upload-artifact@v4
6262 with :
6363 name : scanoss-wheels
6464 path : ./wheelhouse/*.whl
7070 runs-on : [ubuntu-latest]
7171 steps :
7272 - uses : actions/checkout@v4
73- - uses : actions/download-artifact@v3
73+ - uses : actions/download-artifact@v4
7474 with :
7575 name : scanoss-wheels
7676 path : wheelhouse
You can’t perform that action at this time.
0 commit comments