4444 echo "pkgs_dirs: [~/.conda/pkgs]" >> ~/.condarc
4545
4646 - name : Cache conda packages
47- uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
47+ uses : actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
4848 env :
4949 CACHE_NUMBER : 0 # Increase to reset cache
5050 with :
7474 conda-recipe-cf
7575
7676 - name : Upload artifact
77- uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5 .0.0
77+ uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 .0.0
7878 with :
7979 name : ${{ env.PACKAGE_NAME }} ${{ runner.os }} Python ${{ matrix.python }}
8080 path : /usr/share/miniconda/conda-bld/linux-64/${{ env.PACKAGE_NAME }}-*.conda
9595
9696 steps :
9797 - name : Download artifact
98- uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6 .0.0
98+ uses : actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7 .0.0
9999 with :
100100 name : ${{ env.PACKAGE_NAME }} ${{ runner.os }} Python ${{ matrix.python_ver }}
101101
@@ -126,7 +126,7 @@ jobs:
126126 echo "pkgs_dirs: [~/.conda/pkgs]" >> ~/.condarc
127127
128128 - name : Cache conda packages
129- uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
129+ uses : actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
130130 env :
131131 CACHE_NUMBER : 0 # Increase to reset cache
132132 with :
@@ -186,7 +186,7 @@ jobs:
186186 run : conda install -n base conda-build
187187
188188 - name : Cache conda packages
189- uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
189+ uses : actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
190190 env :
191191 CACHE_NUMBER : 3 # Increase to reset cache
192192 with :
@@ -211,7 +211,7 @@ jobs:
211211 echo "CONDA_BLD=$CONDA/conda-bld/win-64/" | tr "\\\\" '/' >> $GITHUB_ENV
212212
213213 - name : Upload artifact
214- uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5 .0.0
214+ uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 .0.0
215215 with :
216216 name : ${{ env.PACKAGE_NAME }} ${{ runner.os }} Python ${{ matrix.python }}
217217 path : ${{ env.CONDA_BLD }}${{ env.PACKAGE_NAME }}-*.conda
@@ -236,7 +236,7 @@ jobs:
236236
237237 steps :
238238 - name : Download artifact
239- uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6 .0.0
239+ uses : actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7 .0.0
240240 with :
241241 name : ${{ env.PACKAGE_NAME }} ${{ runner.os }} Python ${{ matrix.python_ver }}
242242
@@ -292,7 +292,7 @@ jobs:
292292 run : Get-Content -Path .\lockfile
293293
294294 - name : Cache conda packages
295- uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
295+ uses : actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
296296 env :
297297 CACHE_NUMBER : 0 # Increase to reset cache
298298 with :
0 commit comments