Skip to content

Commit a5378b0

Browse files
authored
Merge pull request #50 from cisagov/update_upload-artifact_action
Update action/upload-artifact Version
2 parents 3ae99f8 + b35fc49 commit a5378b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ jobs:
104104
- name: Build artifacts
105105
run: python3 setup.py sdist bdist_wheel
106106
- name: Upload artifacts
107-
uses: actions/upload-artifact@v1
107+
uses: actions/upload-artifact@v2
108108
with:
109109
name: dist-${{ matrix.python-version }}
110110
path: dist

0 commit comments

Comments
 (0)