Skip to content

Commit 1245b92

Browse files
committed
Update upload-artifact action
1 parent 8357535 commit 1245b92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
cd ${{ matrix.component }}
4444
python -m build
4545
- name: Persist ${{ matrix.component }} artifacts
46-
uses: actions/upload-artifact@v2
46+
uses: actions/upload-artifact@v3
4747
with:
4848
name: artifacts_${{ matrix.component }}
4949
path: ${{ matrix.component }}/dist/

0 commit comments

Comments
 (0)