Skip to content

Commit 9943b84

Browse files
committed
ci: bump CI deps
1 parent ed625df commit 9943b84

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
# run: coverage-badge -o coverage.svg
3636
#
3737
# - name: Upload coverage badge
38-
# uses: actions/upload-artifact@v4
38+
# uses: actions/upload-artifact@v6
3939
# with:
4040
# name: coverage.svg
4141
# path: coverage.svg

.github/workflows/pypi-publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
github-token: ${{ github.token }}
6969

7070
- name: Set up Python
71-
uses: actions/setup-python@v5
71+
uses: actions/setup-python@v6
7272
with:
7373
python-version: "3.12"
7474

@@ -91,7 +91,7 @@ jobs:
9191
shell: bash
9292

9393
- name: Upload artifacts
94-
uses: actions/upload-artifact@v4
94+
uses: actions/upload-artifact@v6
9595
with:
9696
name: dist-${{ matrix.os }}
9797
path: ./dist
@@ -122,7 +122,7 @@ jobs:
122122
shell: bash
123123

124124
- name: Upload artifacts
125-
uses: actions/upload-artifact@v4
125+
uses: actions/upload-artifact@v6
126126
with:
127127
name: dist
128128
path: ./dist

.github/workflows/pytest-reusable.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
continue-on-error: true
7878

7979
- name: Upload Valgrind log artifact 📤
80-
uses: actions/upload-artifact@v4
80+
uses: actions/upload-artifact@v6
8181
if: ${{ always() && inputs.stress_test == true && startsWith(inputs.engine_name, 'cythonized_') }}
8282
with:
8383
name: valgrind-stress-test-log-${{ inputs.os }}-py${{ inputs.python_version }}-${{ inputs.engine_name }}
@@ -107,7 +107,7 @@ jobs:
107107

108108
- name: Upload build artifacts 📤
109109
if: success() && inputs.build_wheels == true
110-
uses: actions/upload-artifact@v4
110+
uses: actions/upload-artifact@v6
111111
with:
112112
name: dist-${{ inputs.os }}-py${{ inputs.python_version }}
113113
path: dist/

0 commit comments

Comments
 (0)