Skip to content

Commit 72f97d3

Browse files
Bump actions/upload-artifact from 4 to 5 (#368)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 5.
1 parent 0e44777 commit 72f97d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/gh-pages.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
echo "::remove-matcher owner=linkchecker::"
4949
- name: Archive documentation
5050
if: ${{ github.event_name == 'pull_request' }}
51-
uses: actions/upload-artifact@v4
51+
uses: actions/upload-artifact@v5
5252
with:
5353
name: documentation
5454
path: doc/

0 commit comments

Comments
 (0)