Skip to content

Commit

Permalink
Merge pull request #230 from emnify/development
Browse files Browse the repository at this point in the history
merge dependabot/github_actions/actions/upload-artifact-4 into main
  • Loading branch information
marwin-roth authored Sep 2, 2024
2 parents b738348 + d8766a5 commit 177be1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}

- name: Archive code coverage results
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: sdk-coverage-result
path: coverage.xml

0 comments on commit 177be1d

Please sign in to comment.