Skip to content

Commit 3efeeb7

Browse files
authored
Merge pull request #748 from PHPCSStandards/dependabot/github_actions/actions/upload-artifact-6.0.0
GH Actions: Bump actions/upload-artifact from 5.0.0 to 6.0.0
2 parents ad91fcb + 9eded5d commit 3efeeb7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/update-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ jobs:
113113
# Retention is normally 90 days, but this artifact is only for reviewing
114114
# and debugging the generated files for the website.
115115
- name: Upload the generated files
116-
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
116+
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
117117
with:
118118
name: generated-files
119119
path: ./docs/

0 commit comments

Comments
 (0)