Skip to content

Commit f5848c3

Browse files
authored
Merge pull request #145 from stac-utils/dependabot/github_actions/actions/upload-artifact-7
ci(deps):(deps): bump actions/upload-artifact from 4 to 7
2 parents 05d9332 + 5b2bebb commit f5848c3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
run: |
3434
sphinx-build -b html docs/ docs/_build/html
3535
- name: Upload documentation artifact
36-
uses: actions/upload-artifact@v4
36+
uses: actions/upload-artifact@v7
3737
with:
3838
name: documentation
3939
path: docs/_build/html

0 commit comments

Comments
 (0)