Skip to content

Commit ebd995e

Browse files
authored
Merge pull request #874 from ascopes/dependabot/github_actions/main/actions/upload-pages-artifact-5
Bump actions/upload-pages-artifact from 4 to 5
2 parents cc625e5 + 5f7287b commit ebd995e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
clean compile javadoc:jar
3434
3535
- name: Upload JavaDocs as a build artifact
36-
uses: actions/upload-pages-artifact@v4
36+
uses: actions/upload-pages-artifact@v5
3737
with:
3838
path: java-compiler-testing/target/reports/apidocs
3939

0 commit comments

Comments
 (0)