3939
4040 steps :
4141 - name : 📥 Checkout
42- uses : actions/checkout@v4
42+ uses : actions/checkout@v6
4343
4444 - name : 🖥️ Setup Environment
4545 uses : ./.github/actions/setup
5858
5959 - name : 🦥 Cache vcpkg binary
6060 if : ${{ matrix.os == 'windows-latest' }}
61- uses : actions/cache@v4
61+ uses : actions/cache@v5
6262 with :
6363 path : ${{ env.VCPKG_DEFAULT_BINARY_CACHE }}
6464 key : vcpkg-${{ matrix.os }}-Release-${{ env.VCPKG_COMMIT }}
9696 ./venv/bin/python -c "import viennaps; print(viennaps.__doc__)"
9797
9898 - name : 📦 Upload Artifact
99- uses : actions/upload-artifact@v4
99+ uses : actions/upload-artifact@v7
100100 with :
101101 name : Pre-Built (${{ matrix.os }})
102102 path : venv
@@ -123,7 +123,7 @@ jobs:
123123
124124 steps :
125125 - name : 📥 Checkout
126- uses : actions/checkout@v4
126+ uses : actions/checkout@v6
127127
128128 - name : 🖥️ Setup Environment
129129 uses : ./.github/actions/setup
@@ -166,7 +166,7 @@ jobs:
166166 CIBW_ARCHS_WINDOWS : auto64
167167
168168 - name : 📦 Upload Artifact
169- uses : actions/upload-artifact@v4
169+ uses : actions/upload-artifact@v7
170170 with :
171171 name : wheels-${{ matrix.os }}
172172 path : ./wheelhouse/*.whl
@@ -183,7 +183,7 @@ jobs:
183183
184184 steps :
185185 - name : 📦 Download Wheels
186- uses : actions/download-artifact@v4
186+ uses : actions/download-artifact@v8
187187 with :
188188 pattern : wheels-*
189189 path : dist
0 commit comments