Skip to content

Commit

Permalink
Update actions/upload-artifact to v3.1.1 (#1718)
Browse files Browse the repository at this point in the history
Update actions/upload-artifact to v3.1.1

Co-authored-by: Anton Pirker <anton.pirker@sentry.io>
  • Loading branch information
mattgauntseo-sentry and antonpirker committed Nov 7, 2022
1 parent 76b413a commit f3f2eb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -103,7 +103,7 @@ jobs:
make apidocs
cd docs/_build && zip -r gh-pages ./
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v3.1.1
with:
name: ${{ github.sha }}
path: docs/_build/gh-pages.zip

0 comments on commit f3f2eb0

Please sign in to comment.