Skip to content

Commit

Permalink
chore(deps): update actions/upload-artifact action to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and nejch committed Jun 26, 2023
1 parent 0f06082 commit b78d6bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Expand Up @@ -119,7 +119,7 @@ jobs:
pip install -r requirements-test.txt
- name: Build package
run: python -m build -o dist/
- uses: actions/upload-artifact@v2.3.1
- uses: actions/upload-artifact@v3.1.2
with:
name: dist
path: dist
Expand Down

0 comments on commit b78d6bf

Please sign in to comment.