From a30897dcae86b987e6a315d67b2dba840fa7a9f7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 May 2021 05:07:26 +0000 Subject: [PATCH] Bump actions/upload-artifact from 2.2.2 to 2.2.3 Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 2.2.2 to 2.2.3. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v2.2.2...v2.2.3) 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