Skip to content

Commit cb734db

Browse files
authored
Merge pull request #833 from ascopes/dependabot/github_actions/main/actions/upload-pages-artifact-4
Bump actions/upload-pages-artifact from 3 to 4
2 parents c93f1bd + cd2140c commit cb734db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.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@v3
36+
uses: actions/upload-pages-artifact@v4
3737
with:
3838
path: java-compiler-testing/target/reports/apidocs
3939

0 commit comments

Comments
 (0)