Skip to content

Commit 5b81b81

Browse files
chore(ci): Update GitHub Actions
1 parent e6cf8b2 commit 5b81b81

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

.github/workflows/build-upload.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ jobs:
123123
fi
124124
125125
- name: Upload build artifacts
126-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
126+
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5
127127
with:
128128
name: conda-packages-${{ matrix.bins.bin }}-${{ matrix.bins.target }}
129129
path: |
@@ -152,13 +152,13 @@ jobs:
152152
target: [linux-64, linux-aarch64, linux-ppc64le, win-64, osx-64, osx-arm64]
153153
steps:
154154
- name: Download conda package artifacts for ${{ matrix.target }}
155-
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5
155+
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6
156156
with:
157157
pattern: conda-packages-*-${{ matrix.target }}
158158
path: conda-artifacts-${{ matrix.target }}
159159
merge-multiple: true
160160
- name: Upload aggregated conda packages for ${{ matrix.target }}
161-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
161+
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5
162162
with:
163163
name: conda-packages-${{ matrix.target }}
164164
path: conda-artifacts-${{ matrix.target }}/**/*.conda
@@ -170,7 +170,7 @@ jobs:
170170
steps:
171171
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
172172
- name: Download all conda packages
173-
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5
173+
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6
174174
with:
175175
pattern: conda-packages-*
176176
path: conda-packages

.github/workflows/testsuite.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
- name: Show sccache stats
3838
run: pixi run -e build sccache --stop-server
3939
- name: Upload executables as artifacts
40-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
40+
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5
4141
with:
4242
name: pixi-build-backends-linux-x86_64
4343
path: artifacts-channel
@@ -77,7 +77,7 @@ jobs:
7777
run: pixi run -e build sccache --stop-server
7878
working-directory: ${{ env.PIXI_WORKSPACE }}
7979
- name: Upload executables as artifacts
80-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
80+
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5
8181
with:
8282
name: pixi-build-backends-windows-x86_64
8383
path: ${{ env.PIXI_WORKSPACE }}/artifacts-channel
@@ -107,7 +107,7 @@ jobs:
107107
- name: Show sccache stats
108108
run: pixi run -e build sccache --stop-server
109109
- name: Upload executables as artifacts
110-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
110+
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5
111111
with:
112112
name: pixi-build-backends-macos-aarch64
113113
path: artifacts-channel

0 commit comments

Comments
 (0)