Skip to content

Commit e6e3108

Browse files
Bump actions/upload-artifact from 1 to 3 (#1368)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Mark Keller <[email protected]>
1 parent 9286a9e commit e6e3108

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ jobs:
109109
- name: Show wheels generated
110110
run: ls -lh dist
111111
shell: bash
112-
- uses: actions/upload-artifact@v1
112+
- uses: actions/upload-artifact@v3
113113
with:
114114
name: ${{ matrix.os.id }}_py${{ matrix.python-version }}
115115
path: dist/

0 commit comments

Comments
 (0)