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 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