Skip to content

Commit 976b856

Browse files
authored
Merge pull request #942 from ascopes/dependabot/github_actions/main/actions/upload-artifact-7
Bump actions/upload-artifact from 6 to 7
2 parents dd18224 + 35594aa commit 976b856

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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/**

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)