File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 7070 - name : Build the binary wheel and a source tarball
7171 run : just build
7272 - name : Store the distribution packages
73- uses : actions/upload-artifact@v5
73+ uses : actions/upload-artifact@v6
7474 with :
7575 name : python-package-distributions
7676 path : dist/
Original file line number Diff line number Diff line change 4747 # Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
4848 # format to the repository Actions tab.
4949 - name : " Upload artifact"
50- uses : actions/upload-artifact@v5
50+ uses : actions/upload-artifact@v6
5151 with :
5252 name : SARIF file
5353 path : results.sarif
Original file line number Diff line number Diff line change 7171 just test-all
7272
7373 - name : Store coverage files
74- uses : actions/upload-artifact@v5
74+ uses : actions/upload-artifact@v6
7575 with :
7676 name : ${{ env.COVERAGE_FILE }}
7777 path : ${{ env.COVERAGE_FILE }}
@@ -127,7 +127,7 @@ jobs:
127127 just test-all
128128
129129 - name : Store coverage files
130- uses : actions/upload-artifact@v5
130+ uses : actions/upload-artifact@v6
131131 with :
132132 name : ${{ env.COVERAGE_FILE }}
133133 path : ${{ env.COVERAGE_FILE }}
@@ -181,7 +181,7 @@ jobs:
181181 just test-all
182182
183183 - name : Store coverage files
184- uses : actions/upload-artifact@v5
184+ uses : actions/upload-artifact@v6
185185 with :
186186 name : ${{ env.COVERAGE_FILE }}
187187 path : ${{ env.COVERAGE_FILE }}
You can’t perform that action at this time.
0 commit comments