Skip to content

Commit 086d196

Browse files
authored
Merge pull request #1074 from Linuxfabrik/dependabot/github_actions/actions/upload-pages-artifact-5.0.0
chore(deps): bump actions/upload-pages-artifact from 4.0.0 to 5.0.0
2 parents afa78e5 + 27c82c9 commit 086d196

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
run: 'mkdocs build --strict'
3737

3838
- name: 'Upload Pages artifact'
39-
uses: 'actions/upload-pages-artifact@7b1f4a764d45c48632c6b24a0339c27f5614fb0b' # v4.0.0
39+
uses: 'actions/upload-pages-artifact@fc324d3547104276b827a68afc52ff2a11cc49c9' # v5.0.0
4040
with:
4141
path: 'site'
4242

0 commit comments

Comments
 (0)