File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed
Expand file tree Collapse file tree 4 files changed +6
-6
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 9898 just test-all
9999
100100 - name : Store coverage files
101- uses : actions/upload-artifact@v5
101+ uses : actions/upload-artifact@v6
102102 with :
103103 name : ${{ env.COVERAGE_FILE }}
104104 path : ${{ env.COVERAGE_FILE }}
@@ -176,7 +176,7 @@ jobs:
176176 just test-all
177177
178178 - name : Store coverage files
179- uses : actions/upload-artifact@v5
179+ uses : actions/upload-artifact@v6
180180 with :
181181 name : ${{ env.COVERAGE_FILE }}
182182 path : ${{ env.COVERAGE_FILE }}
@@ -259,7 +259,7 @@ jobs:
259259 just test-all
260260
261261 - name : Store coverage files
262- uses : actions/upload-artifact@v5
262+ uses : actions/upload-artifact@v6
263263 with :
264264 name : ${{ env.COVERAGE_FILE }}
265265 path : ${{ env.COVERAGE_FILE }}
Original file line number Diff line number Diff line change 3939 zizmor --format sarif .github/workflows/ > results.sarif
4040
4141 - name : Upload analysis results
42- uses : actions/upload-artifact@v5
42+ uses : actions/upload-artifact@v6
4343 with :
4444 name : zizmor-results
4545 path : results.sarif
You can’t perform that action at this time.
0 commit comments