Skip to content

Commit 4feec1f

Browse files
authored
Merge pull request #354 from bluesky/dependabot/github_actions/actions/upload-artifact-5
Bump actions/upload-artifact from 4 to 5
2 parents 37ad17c + 9b1986b commit 4feec1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383
make -C docs clean html
8484
8585
- name: Upload Docs ZIP file as artifact
86-
uses: actions/upload-artifact@v4
86+
uses: actions/upload-artifact@v5
8787
with:
8888
name: ${{ env.REPOSITORY_NAME }}-docs
8989
path: docs/build/html/

0 commit comments

Comments
 (0)