Skip to content

Commit b78d6bf

Browse files
renovate[bot]nejch
authored andcommitted
chore(deps): update actions/upload-artifact action to v3
1 parent 0f06082 commit b78d6bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ jobs:
119119
pip install -r requirements-test.txt
120120
- name: Build package
121121
run: python -m build -o dist/
122-
- uses: actions/upload-artifact@v2.3.1
122+
- uses: actions/upload-artifact@v3.1.2
123123
with:
124124
name: dist
125125
path: dist

0 commit comments

Comments
 (0)