File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -189,7 +189,7 @@ jobs:
189189 token : ${{ secrets.CODECOV_TOKEN }}
190190
191191 - name : Upload build logs as artifacts
192- uses : actions/upload-artifact@v6
192+ uses : actions/upload-artifact@v7
193193 if : always()
194194 with :
195195 name : jdk-${{ matrix.java-version }}-${{ matrix.os-name }}-${{ matrix.maven-version }}
@@ -232,7 +232,7 @@ jobs:
232232 -Dlicense.skip
233233
234234 - name : Upload generated site as artifact
235- uses : actions/upload-artifact@v6
235+ uses : actions/upload-artifact@v7
236236 with :
237237 name : site
238238 path : protobuf-maven-plugin/target/site/**
Original file line number Diff line number Diff line change @@ -118,7 +118,7 @@ jobs:
118118 GPG_PASSPHRASE : ${{ secrets.GPG_PASSPHRASE }}
119119
120120 - name : Upload build logs as artifacts
121- uses : actions/upload-artifact@v6
121+ uses : actions/upload-artifact@v7
122122 if : always()
123123 with :
124124 name : logs
You can’t perform that action at this time.
0 commit comments