Skip to content

Commit d3562ab

Browse files
committed
Update upload-artifact to v3
1 parent 1f179e6 commit d3562ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- name: Build package
3434
run: poetry build
3535

36-
- uses: actions/upload-artifact@v2
36+
- uses: actions/upload-artifact@v3
3737
with:
3838
path: |
3939
./dist/*.tar.gz

0 commit comments

Comments
 (0)