Skip to content

Commit 9700cdd

Browse files
authored
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
1 parent 23d922f commit 9700cdd

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build_icons.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636

3737
- name: Upload screenshot of the newly made icons
3838
id: imgur_step
39-
uses: devicons/public-upload-to-imgur@v2.1.1
39+
uses: devicons/public-upload-to-imgur@v2.2.2
4040
if: success()
4141
with:
4242
path: ./new_icons.png

.github/workflows/post_peek_screenshot.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,14 +43,14 @@ jobs:
4343
- name: Upload screenshot of the newly made icons gotten from the artifacts
4444
id: icons_overview_img_step
4545
if: env.PEEK_STATUS == 'success' && success()
46-
uses: devicons/public-upload-to-imgur@v2.2.1
46+
uses: devicons/public-upload-to-imgur@v2.2.2
4747
with:
4848
path: ./screenshots/new_icons.png
4949
client_id: ${{secrets.IMGUR_CLIENT_ID}}
5050

5151
- name: Upload zoomed in screenshot of the newly made icons gotten from the artifacts
5252
id: icons_detailed_img_step
53-
uses: devicons/public-upload-to-imgur@v2.2.1
53+
uses: devicons/public-upload-to-imgur@v2.2.2
5454
if: env.PEEK_STATUS == 'success' && success()
5555
with:
5656
path: ./screenshots/screenshot_*.png

0 commit comments

Comments
 (0)