Skip to content

Commit

Permalink
Merge pull request #323 from aidee-health/dependabot/github_actions/a…
Browse files Browse the repository at this point in the history
…ctions/upload-artifact-4

Bump actions/upload-artifact from 3 to 4
  • Loading branch information
espenwest committed Jan 17, 2024
2 parents bcdfd7b + 558a8d5 commit ac8ba92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ jobs:
- name: Upload coverage data
if: always() && matrix.session == 'tests'
uses: "actions/upload-artifact@v3"
uses: "actions/upload-artifact@v4"
with:
name: coverage-data
path: ".coverage.*"
Expand Down

0 comments on commit ac8ba92

Please sign in to comment.