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@v4
73+ uses : actions/upload-artifact@v5
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@v4
50+ uses : actions/upload-artifact@v5
5151 with :
5252 name : SARIF file
5353 path : results.sarif
Original file line number Diff line number Diff line change @@ -124,7 +124,7 @@ jobs:
124124 just test-all
125125
126126 - name : Store coverage files
127- uses : actions/upload-artifact@v4
127+ uses : actions/upload-artifact@v5
128128 with :
129129 name : ${{ env.COVERAGE_FILE }}
130130 path : ${{ env.COVERAGE_FILE }}
@@ -186,7 +186,7 @@ jobs:
186186 just test-all
187187
188188 - name : Store coverage files
189- uses : actions/upload-artifact@v4
189+ uses : actions/upload-artifact@v5
190190 with :
191191 name : ${{ env.COVERAGE_FILE }}
192192 path : ${{ env.COVERAGE_FILE }}
@@ -250,7 +250,7 @@ jobs:
250250 just test-all
251251
252252 - name : Store coverage files
253- uses : actions/upload-artifact@v4
253+ uses : actions/upload-artifact@v5
254254 with :
255255 name : ${{ env.COVERAGE_FILE }}
256256 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@v4
42+ uses : actions/upload-artifact@v5
4343 with :
4444 name : zizmor-results
4545 path : results.sarif
You can’t perform that action at this time.
0 commit comments