From c24041a7d4bbb4dbaaedaaf16be620a0173a5f15 Mon Sep 17 00:00:00 2001 From: Clemens Bastian <8781699+amacado@users.noreply.github.com> Date: Fri, 28 May 2021 02:10:58 +0200 Subject: [PATCH 1/2] update public-upload-to-imgur action v2.2.2 --- .github/workflows/post_peek_screenshot.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/post_peek_screenshot.yml b/.github/workflows/post_peek_screenshot.yml index 59b55e4a4..ce77b8586 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 From ec778cf75dfa2c7e45741095fe22bc70205eeede Mon Sep 17 00:00:00 2001 From: Clemens Bastian <8781699+amacado@users.noreply.github.com> Date: Fri, 28 May 2021 02:12:37 +0200 Subject: [PATCH 2/2] update imgur upload action to v2.2.2 --- .github/workflows/build_icons.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_icons.yml b/.github/workflows/build_icons.yml index 2bcb1745f..a9b62d26f 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