File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -68,14 +68,14 @@ jobs:
6868 sha256sum * | tee SHA256SUMS
6969
7070 - name : Upload Python artifact
71- uses : actions/upload-artifact@v4
71+ uses : actions/upload-artifact@v5
7272 with :
7373 name : dist-${{ github.run_attempt }}
7474 path : dist
7575 if-no-files-found : error
7676
7777 - name : Upload Javascript artifact
78- uses : actions/upload-artifact@v4
78+ uses : actions/upload-artifact@v5
7979 with :
8080 name : jsdist-${{ github.run_attempt }}
8181 path : jsdist
Original file line number Diff line number Diff line change 5656 run : pyproject-build
5757
5858 - name : Upload built artifacts
59- uses : actions/upload-artifact@v4
59+ uses : actions/upload-artifact@v5
6060 with :
6161 name : dist-${{ github.run_attempt }}
6262 path : ./dist
@@ -179,7 +179,7 @@ jobs:
179179
180180 - name : Upload test reports
181181 if : always()
182- uses : actions/upload-artifact@v4
182+ uses : actions/upload-artifact@v5
183183 with :
184184 name : |-
185185 tests-${{ matrix.os }}-${{ matrix.python-version }}-${{ matrix.pip-extras }}-${{ (matrix.pip-install-constraints != '' && 'oldest-') || '' }}${{ github.run_attempt }}
You can’t perform that action at this time.
0 commit comments