7979 CIBW_SKIP : " *-musllinux*"
8080 CIBW_BUILD_VERBOSITY : 1
8181 CIBW_ENVIRONMENT : PYOMO_SETUP_ARGS="${{ matrix.GLOBAL_OPTIONS }}"
82- - uses : actions/upload-artifact@v4
82+ - uses : actions/upload-artifact@v7
8383 with :
8484 name : native_wheels-${{ matrix.os }}-${{ matrix.TARGET }}
8585 path : dist/*.whl
@@ -132,7 +132,7 @@ jobs:
132132 CIBW_SKIP : " *-musllinux*"
133133 CIBW_BUILD_VERBOSITY : 1
134134 CIBW_ENVIRONMENT : PYOMO_SETUP_ARGS="${{ matrix.GLOBAL_OPTIONS }}"
135- - uses : actions/upload-artifact@v4
135+ - uses : actions/upload-artifact@v7
136136 with :
137137 name : alt_wheels-${{ matrix.os }}-${{ matrix.TARGET }}
138138 path : dist/*.whl
@@ -152,7 +152,7 @@ jobs:
152152 sed '1,/REMOVE-EVERYTHING-BEFORE-THIS-LINE/d' README.md > README.new
153153 mv README.new README.md
154154 - name : Set up Python ${{ matrix.python-version }}
155- uses : actions/setup-python@v5
155+ uses : actions/setup-python@v6
156156 with :
157157 python-version : ${{ matrix.python-version }}
158158 - name : Install dependencies
@@ -164,7 +164,7 @@ jobs:
164164 export PYOMO_SETUP_ARGS=--without-cython
165165 python -m build --wheel --outdir dist --config-setting="--build-option=--without-cython"
166166 - name : Upload artifact
167- uses : actions/upload-artifact@v4
167+ uses : actions/upload-artifact@v7
168168 with :
169169 name : purepythonwheel
170170 path : dist/*.whl
@@ -189,7 +189,7 @@ jobs:
189189 sed '1,/REMOVE-EVERYTHING-BEFORE-THIS-LINE/d' README.md > README.new
190190 mv README.new README.md
191191 - name : Set up Python ${{ matrix.python-version }}
192- uses : actions/setup-python@v5
192+ uses : actions/setup-python@v6
193193 with :
194194 python-version : ${{ matrix.python-version }}
195195 - name : Install dependencies
@@ -201,7 +201,7 @@ jobs:
201201 export PYOMO_SETUP_ARGS=--without-cython
202202 python -m build --sdist --outdir dist --config-setting="--build-option=--without-cython"
203203 - name : Upload artifact
204- uses : actions/upload-artifact@v4
204+ uses : actions/upload-artifact@v7
205205 with :
206206 name : generictarball
207207 path : dist
0 commit comments