Skip to content

Commit 08a1efc

Browse files
Updated action versions manually
1 parent 96e4b96 commit 08a1efc

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/conda-package.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
matrix:
1919
python: ["3.9", "3.10", "3.11", "3.12"]
2020
steps:
21-
- uses: actions/checkout@v4
21+
- uses: actions/checkout@v4.1.7
2222
with:
2323
fetch-depth: 0
2424

@@ -53,7 +53,7 @@ jobs:
5353
$CHANNELS \
5454
conda-recipe
5555
- name: Upload artifact
56-
uses: actions/upload-artifact@v4
56+
uses: actions/upload-artifact@v4.4.0
5757
with:
5858
name: ${{ env.PACKAGE_NAME }} ${{ runner.os }} Python ${{ matrix.python }}
5959
path: /usr/share/miniconda/conda-bld/linux-64/${{ env.PACKAGE_NAME }}-*.tar.bz2
@@ -67,7 +67,7 @@ jobs:
6767
env:
6868
conda-bld: C:\Miniconda\conda-bld\win-64\
6969
steps:
70-
- uses: actions/checkout@v4
70+
- uses: actions/checkout@v4.1.7
7171
with:
7272
fetch-depth: 0
7373
- uses: conda-incubator/setup-miniconda@v3
@@ -91,7 +91,7 @@ jobs:
9191
- name: Build conda package
9292
run: conda build --no-test --python ${{ matrix.python }} -c intel -c conda-forge --override-channels conda-recipe
9393
- name: Upload artifact
94-
uses: actions/upload-artifact@v4
94+
uses: actions/upload-artifact@v4.4.0
9595
with:
9696
name: ${{ env.PACKAGE_NAME }} ${{ runner.os }} Python ${{ matrix.python }}
9797
path: ${{ env.conda-bld }}${{ env.PACKAGE_NAME }}-*.tar.bz2

0 commit comments

Comments
 (0)