Skip to content

Commit 09c6b17

Browse files
authored
Merge pull request #2351 from subzeroid/dependabot/github_actions/actions/upload-artifact-6
Bump actions/upload-artifact from 5 to 6
2 parents 1de895c + 3d01738 commit 09c6b17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ jobs:
121121
# upload artifact for dev build
122122
- name: Upload coverage results artifact
123123
if: github.ref != 'refs/heads/main'
124-
uses: actions/upload-artifact@v5
124+
uses: actions/upload-artifact@v6
125125
with:
126126
name: docs-site
127127
path: site/

0 commit comments

Comments
 (0)