Skip to content

Commit dab3111

Browse files
authored
Merge pull request #2317 from subzeroid/dependabot/github_actions/actions/upload-artifact-5
Bump actions/upload-artifact from 4 to 5
2 parents e2c0f9d + bae3083 commit dab3111

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.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@v4
124+
uses: actions/upload-artifact@v5
125125
with:
126126
name: docs-site
127127
path: site/

0 commit comments

Comments
 (0)