Skip to content

Commit

Permalink
Merge pull request #1701 from subzeroid/dependabot/github_actions/act…
Browse files Browse the repository at this point in the history
…ions/upload-artifact-4

Bump actions/upload-artifact from 3 to 4
  • Loading branch information
subzeroid authored Dec 16, 2023
2 parents fcf4293 + 96a7eb3 commit e24a383
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ jobs:
# upload artifact for dev build
- name: Upload coverage results artifact
if: github.ref != 'refs/heads/main'
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: docs-site
path: site/
Expand Down

0 comments on commit e24a383

Please sign in to comment.