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@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 7070 just test-all
7171
7272 - name : Store coverage files
73- uses : actions/upload-artifact@v4
73+ uses : actions/upload-artifact@v5
7474 with :
7575 name : ${{ env.COVERAGE_FILE }}
7676 path : ${{ env.COVERAGE_FILE }}
@@ -125,7 +125,7 @@ jobs:
125125 just test-all
126126
127127 - name : Store coverage files
128- uses : actions/upload-artifact@v4
128+ uses : actions/upload-artifact@v5
129129 with :
130130 name : ${{ env.COVERAGE_FILE }}
131131 path : ${{ env.COVERAGE_FILE }}
@@ -178,7 +178,7 @@ jobs:
178178 just test-all
179179
180180 - name : Store coverage files
181- uses : actions/upload-artifact@v4
181+ uses : actions/upload-artifact@v5
182182 with :
183183 name : ${{ env.COVERAGE_FILE }}
184184 path : ${{ env.COVERAGE_FILE }}
You can’t perform that action at this time.
0 commit comments