Skip to content

Commit 6c8c1db

Browse files
Bump up versions of actions per GH warnings
1 parent 030e162 commit 6c8c1db

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

.github/workflows/conda-package.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
matrix:
1414
python: ['3.10', '3.11', '3.12']
1515
steps:
16-
- uses: actions/checkout@v3
16+
- uses: actions/checkout@v4.1.7
1717
with:
1818
fetch-depth: 0
1919

@@ -22,7 +22,7 @@ jobs:
2222
echo "pkgs_dirs: [~/.conda/pkgs]" >> ~/.condarc
2323
2424
- name: Cache conda packages
25-
uses: actions/cache@v3
25+
uses: actions/cache@v4
2626
env:
2727
CACHE_NUMBER: 0 # Increase to reset cache
2828
with:
@@ -53,7 +53,7 @@ jobs:
5353
conda-recipe-cf
5454
5555
- name: Upload artifact
56-
uses: actions/upload-artifact@v3
56+
uses: actions/upload-artifact@v4.4.0
5757
with:
5858
name: ${{ env.PACKAGE_NAME }} ${{ runner.os }} Python ${{ matrix.python }}
5959
path: ${{ env.CONDA_BLD }}/${{ env.PACKAGE_NAME }}-*.tar.bz2
@@ -73,7 +73,7 @@ jobs:
7373

7474
steps:
7575
- name: Download artifact
76-
uses: actions/download-artifact@v3
76+
uses: actions/download-artifact@v4
7777
with:
7878
name: ${{ env.PACKAGE_NAME }} ${{ runner.os }} Python ${{ matrix.python }}
7979
- name: Add conda to system path
@@ -100,7 +100,7 @@ jobs:
100100
echo "pkgs_dirs: [~/.conda/pkgs]" >> ~/.condarc
101101
102102
- name: Cache conda packages
103-
uses: actions/cache@v3
103+
uses: actions/cache@v4
104104
env:
105105
CACHE_NUMBER: 0 # Increase to reset cache
106106
with:
@@ -133,7 +133,7 @@ jobs:
133133
env:
134134
conda-bld: C:\Miniconda\conda-bld\win-64\
135135
steps:
136-
- uses: actions/checkout@v3
136+
- uses: actions/checkout@v4.1.7
137137
with:
138138
fetch-depth: 0
139139

@@ -146,7 +146,7 @@ jobs:
146146
python-version: ${{ matrix.python }}
147147

148148
- name: Cache conda packages
149-
uses: actions/cache@v3
149+
uses: actions/cache@v4
150150
env:
151151
CACHE_NUMBER: 3 # Increase to reset cache
152152
with:
@@ -174,7 +174,7 @@ jobs:
174174
conda build --no-test --python ${{ matrix.python }} -c conda-forge -c https://software.repos.intel.com/python/conda --override-channels conda-recipe-cf
175175
176176
- name: Upload artifact
177-
uses: actions/upload-artifact@v3
177+
uses: actions/upload-artifact@v4.4.0
178178
with:
179179
name: ${{ env.PACKAGE_NAME }} ${{ runner.os }} Python ${{ matrix.python }}
180180
path: ${{ env.CONDA_BLD }}${{ env.PACKAGE_NAME }}-*.tar.bz2
@@ -197,7 +197,7 @@ jobs:
197197

198198
steps:
199199
- name: Download artifact
200-
uses: actions/download-artifact@v3
200+
uses: actions/download-artifact@v4
201201
with:
202202
name: ${{ env.PACKAGE_NAME }} ${{ runner.os }} Python ${{ matrix.python }}
203203

@@ -253,7 +253,7 @@ jobs:
253253
shell: pwsh
254254
run: Get-Content -Path .\lockfile
255255
- name: Cache conda packages
256-
uses: actions/cache@v3
256+
uses: actions/cache@v4
257257
env:
258258
CACHE_NUMBER: 0 # Increase to reset cache
259259
with:

0 commit comments

Comments
 (0)