Skip to content
This repository has been archived by the owner on Dec 1, 2022. It is now read-only.

Commit

Permalink
Merge 0c64e3a into 4e041e5
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed Apr 11, 2022
2 parents 4e041e5 + 0c64e3a commit 1182d97
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ jobs:
- name: Build artifacts
run: python3 setup.py sdist bdist_wheel
- name: Upload artifacts
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: dist-${{ matrix.python-version }}
path: dist
Expand Down Expand Up @@ -277,7 +277,7 @@ jobs:
unzip ${{ github.event.repository.name }}.zip \
-d lambda_zip_contents
- name: Upload artifacts
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: "${{ github.event.repository.name }}-\
py${{ matrix.python-version }}-\
Expand Down

0 comments on commit 1182d97

Please sign in to comment.