Skip to content

Commit ddfbdea

Browse files
authored
Merge pull request #98 from MITHaystack/dependabot/github_actions/actions-bb8d50ffd6
Bump the actions group across 1 directory with 3 updates
2 parents 019cd59 + 10460a9 commit ddfbdea

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/cd.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- name: Build SDist
3131
run: pipx run build --sdist
3232

33-
- uses: actions/upload-artifact@v4
33+
- uses: actions/upload-artifact@v5
3434
with:
3535
name: cibw-sdist
3636
path: dist/*.tar.gz
@@ -69,15 +69,15 @@ jobs:
6969
with:
7070
fetch-depth: 0
7171

72-
- uses: pypa/cibuildwheel@v3.1
72+
- uses: pypa/cibuildwheel@v3.2
7373
env:
7474
# limited at least by availability of h5py, which skips pypy and musl
7575
CIBW_ARCHS: ${{ matrix.cibw_archs }}
7676
CIBW_BUILD: ${{ matrix.cibw_build }}
7777
CIBW_SKIP: ${{ matrix.cibw_skip }}
7878

7979
- name: Upload wheels
80-
uses: actions/upload-artifact@v4
80+
uses: actions/upload-artifact@v5
8181
with:
8282
name: cibw-wheels-${{ matrix.os }}-${{ strategy.job-index }}
8383
path: wheelhouse/*.whl
@@ -93,7 +93,7 @@ jobs:
9393
if: github.event_name == 'release' && github.event.action == 'published'
9494

9595
steps:
96-
- uses: actions/download-artifact@v5
96+
- uses: actions/download-artifact@v6
9797
with:
9898
pattern: cibw-*
9999
path: dist

.github/workflows/conda-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ jobs:
194194
fi
195195
196196
- name: Store conda build artifacts
197-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
197+
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
198198
if: ${{ always() && steps.prepare-artifacts.outcome == 'success' }}
199199
with:
200200
name: ${{ steps.prepare-artifacts.outputs.BLD_ARTIFACT_NAME }}
@@ -203,7 +203,7 @@ jobs:
203203
continue-on-error: true
204204

205205
- name: Store conda build environment artifacts
206-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
206+
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
207207
# only relevant if build failed, see above
208208
if: ${{ always() && steps.determine-status.outputs.status == 'failure' && steps.prepare-artifacts.outcome == 'success' }}
209209
with:

0 commit comments

Comments
 (0)