File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 7474 PDB_QUERY_OPTIMIZE_DROP_UNUSED_JOINS : ${{ matrix.drop-joins }}
7575 PDB_USE_DEPRECATED_QUERY_STREAMING_METHOD : ${{ matrix.deprecated-query-streaming }}
7676 run : ci/bin/prep-and-run-in github ${{ matrix.flavor }}
77- - uses : actions/upload-artifact@v6
77+ - uses : actions/upload-artifact@v7
7878 with :
7979 name : " ${{ steps.computed.outputs.pdb-job-id }}.zip"
8080 path : |
Original file line number Diff line number Diff line change @@ -109,7 +109,7 @@ jobs:
109109 PDB_QUERY_OPTIMIZE_DROP_UNUSED_JOINS : ${{ matrix.drop-joins }}
110110 NO_ACCEPTANCE : true
111111 run : ci/bin/prep-and-run-in github ${{ matrix.flavor }}
112- - uses : actions/upload-artifact@v6
112+ - uses : actions/upload-artifact@v7
113113 with :
114114 name : " ${{ steps.computed.outputs.pdb-job-id }}.zip"
115115 path : |
@@ -157,7 +157,7 @@ jobs:
157157 echo "describe=${DESCRIBE//-/.}" >> $GITHUB_OUTPUT
158158 - name : Upload build artifacts
159159 id : upload
160- uses : actions/upload-artifact@v6
160+ uses : actions/upload-artifact@v7
161161 with :
162162 name : openvoxdb-${{ steps.version.outputs.describe }}.zip
163163 path : output/
You can’t perform that action at this time.
0 commit comments