From 9700cdddba0e26456bd67a029d0f1be8c6be1204 Mon Sep 17 00:00:00 2001 From: Clemens Bastian <8781699+amacado@users.noreply.github.com> Date: Fri, 28 May 2021 02:19:34 +0200 Subject: [PATCH] update public-upload-to-imgur action v2.2.2 (#651) * update public-upload-to-imgur action v2.2.2 * update imgur upload action to v2.2.2 --- .github/workflows/build_icons.yml | 2 +- .github/workflows/post_peek_screenshot.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build_icons.yml b/.github/workflows/build_icons.yml index 2bcb1745..a9b62d26 100644 --- a/.github/workflows/build_icons.yml +++ b/.github/workflows/build_icons.yml @@ -36,7 +36,7 @@ jobs: - name: Upload screenshot of the newly made icons id: imgur_step - uses: devicons/public-upload-to-imgur@v2.1.1 + uses: devicons/public-upload-to-imgur@v2.2.2 if: success() with: path: ./new_icons.png diff --git a/.github/workflows/post_peek_screenshot.yml b/.github/workflows/post_peek_screenshot.yml index 59b55e4a..ce77b858 100644 --- a/.github/workflows/post_peek_screenshot.yml +++ b/.github/workflows/post_peek_screenshot.yml @@ -43,14 +43,14 @@ jobs: - name: Upload screenshot of the newly made icons gotten from the artifacts id: icons_overview_img_step if: env.PEEK_STATUS == 'success' && success() - uses: devicons/public-upload-to-imgur@v2.2.1 + uses: devicons/public-upload-to-imgur@v2.2.2 with: path: ./screenshots/new_icons.png client_id: ${{secrets.IMGUR_CLIENT_ID}} - name: Upload zoomed in screenshot of the newly made icons gotten from the artifacts id: icons_detailed_img_step - uses: devicons/public-upload-to-imgur@v2.2.1 + uses: devicons/public-upload-to-imgur@v2.2.2 if: env.PEEK_STATUS == 'success' && success() with: path: ./screenshots/screenshot_*.png