Skip to content

Commit e0c8b85

Browse files
authored
Merge pull request #31 from Simula-SSCP/dependabot/github_actions/actions/upload-artifact-6
Bump actions/upload-artifact from 5 to 6
2 parents 2a32906 + be1a4d4 commit e0c8b85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
run:
3737
pixi run jupyter-book build .
3838

39-
- uses: actions/upload-artifact@v5
39+
- uses: actions/upload-artifact@v6
4040
# always upload artifact, which can include error messages
4141
if: always()
4242
with:

0 commit comments

Comments
 (0)