Skip to content

Commit

Permalink
Merge pull request #19 from sukiyaki/renovate/actions-upload-artifact…
Browse files Browse the repository at this point in the history
…-3.x

Update actions/upload-artifact action to v3
  • Loading branch information
mochipon authored Mar 30, 2023
2 parents 1c5532b + 4699bdb commit 4decfc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
run: tox

- name: 📥 Upload coverage.xml to Artifact
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
path: ${{ github.workspace }}/coverage.xml
name: ${{ github.run_number }}-coverage-${{ matrix.os }}-${{ matrix.python-versions }}
Expand Down

0 comments on commit 4decfc4

Please sign in to comment.