Skip to content

Commit

Permalink
build(deps): bump actions/upload-artifact from 2 to 3 (#1428)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed May 6, 2022
1 parent a6cfff8 commit 50ddda7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Expand Up @@ -28,7 +28,7 @@ jobs:
pip install virtualenv
make aws-lambda-layer-build
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v3
with:
name: ${{ github.sha }}
path: |
Expand All @@ -52,7 +52,7 @@ jobs:
make apidocs
cd docs/_build && zip -r gh-pages ./
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v3
with:
name: ${{ github.sha }}
path: docs/_build/gh-pages.zip
Expand Down

0 comments on commit 50ddda7

Please sign in to comment.