Skip to content

Commit

Permalink
Merge pull request #17 from emibcn/dependabot/github_actions/actions/…
Browse files Browse the repository at this point in the history
…upload-artifact-3

Bump actions/upload-artifact from 2 to 3
  • Loading branch information
emibcn authored Apr 12, 2022
2 parents 3235066 + 519a6c4 commit 65691b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
path: ${{ steps.coverage.outputs.path }}

- name: Upload badge as artifact
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: badge
path: ${{ steps.coverage.outputs.path }}
Expand Down

0 comments on commit 65691b4

Please sign in to comment.