Skip to content

Commit

Permalink
Merge pull request #50 from cisagov/update_upload-artifact_action
Browse files Browse the repository at this point in the history
Update action/upload-artifact Version
  • Loading branch information
mcdonnnj committed Sep 6, 2020
2 parents 3ae99f8 + b35fc49 commit a5378b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ jobs:
- name: Build artifacts
run: python3 setup.py sdist bdist_wheel
- name: Upload artifacts
uses: actions/upload-artifact@v1
uses: actions/upload-artifact@v2
with:
name: dist-${{ matrix.python-version }}
path: dist

0 comments on commit a5378b0

Please sign in to comment.