From d46e62f5c72a552bc70d1e1f25f42f07ff9d8f0c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 7 Apr 2021 05:40:11 +0000 Subject: [PATCH] Bump actions/upload-artifact from v2.2.2 to v2.2.3 Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from v2.2.2 to v2.2.3. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v2.2.2...ee69f02b3dfdecd58bb31b4d133da38ba6fe3700) Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0b0b5dc..6500efe 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -87,7 +87,7 @@ jobs: poetry run python setup.py build_sphinx touch ./docs/_build/html/.nojekyll - name: Preserve Docs - uses: actions/upload-artifact@v2.2.2 + uses: actions/upload-artifact@v2.2.3 with: name: docs path: docs/_build/html @@ -121,12 +121,12 @@ jobs: with: args: --from=rst --to=markdown -o release_notes.md release_notes.rst - name: Preserve Dist - uses: actions/upload-artifact@v2.2.2 + uses: actions/upload-artifact@v2.2.3 with: name: dist path: dist - name: Preserve Release Notes - uses: actions/upload-artifact@v2.2.2 + uses: actions/upload-artifact@v2.2.3 with: name: release_notes.md path: release_notes.md