Skip to content

Commit e22300f

Browse files
Bump the actions group with 3 updates (mongodb-labs#366)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 54f741a commit e22300f

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/dist-python.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ jobs:
8989
MACOSX_DEPLOYMENT_TARGET: "12.0"
9090
run: python -m cibuildwheel --output-dir wheelhouse
9191

92-
- uses: actions/upload-artifact@v5
92+
- uses: actions/upload-artifact@v6
9393
with:
9494
name: ${{ matrix.python }}-${{ startsWith(matrix.buildplat[1], 'macosx') && 'macosx' || matrix.buildplat[1] }}
9595
path: ./bindings/python/wheelhouse/*.whl
@@ -127,7 +127,7 @@ jobs:
127127
cd ..
128128
python -c "from pymongoarrow.lib import libbson_version"
129129
130-
- uses: actions/upload-artifact@v5
130+
- uses: actions/upload-artifact@v6
131131
with:
132132
name: "sdist"
133133
path: ./bindings/python/dist/*.tar.gz
@@ -138,13 +138,13 @@ jobs:
138138
name: Download Wheels
139139
steps:
140140
- name: Download all workflow run artifacts
141-
uses: actions/download-artifact@v6
141+
uses: actions/download-artifact@v7
142142
- name: Flatten directory
143143
working-directory: .
144144
run: |
145145
find . -mindepth 2 -type f -exec mv {} . \;
146146
find . -type d -empty -delete
147-
- uses: actions/upload-artifact@v5
147+
- uses: actions/upload-artifact@v6
148148
with:
149149
name: all-dist-${{ github.run_id }}
150150
path: "./*"

.github/workflows/release-python.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383
id-token: write
8484
steps:
8585
- name: Download all the dists
86-
uses: actions/download-artifact@v6
86+
uses: actions/download-artifact@v7
8787
with:
8888
name: all-dist-${{ github.run_id }}
8989
path: dist/

.github/workflows/zizmor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ jobs:
1818
with:
1919
persist-credentials: false
2020
- name: Run zizmor
21-
uses: zizmorcore/zizmor-action@c0e2b1c877e25a91d1d747c438d49199cad29698
21+
uses: zizmorcore/zizmor-action@cb3d8e846e148d1111d90b03375b9c03deceda37

0 commit comments

Comments
 (0)