File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
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
Original file line number Diff line number Diff line change 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/
You can’t perform that action at this time.
0 commit comments