Skip to content

Commit d217bcf

Browse files
committed
Update imgur action ref
1 parent 33c56b2 commit d217bcf

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
@@ -34,7 +34,7 @@ jobs:
3434
run: npm run build-css
3535
- name: Upload screenshot of the newly made icons
3636
id: imgur_step
37-
uses: devicons/public-upload-to-imgur@v2
37+
uses: devicons/public-upload-to-imgur@v2.1
3838
if: success()
3939
with:
4040
path: ./new_icons.png

.github/workflows/peek_icons.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,14 +33,14 @@ jobs:
3333
path: ./geckodriver.log
3434
- name: Upload screenshot of the newly made icons
3535
id: icons_overview_img_step
36-
uses: devicons/public-upload-to-imgur@v2
36+
uses: devicons/public-upload-to-imgur@v2.1
3737
if: success()
3838
with:
3939
path: ./screenshots/new_icons.png
4040
client_id: ${{secrets.IMGUR_CLIENT_ID}}
4141
- name: Upload zoomed in screenshot of the newly made icons
4242
id: icons_detailed_img_step
43-
uses: devicons/public-upload-to-imgur@v2
43+
uses: devicons/public-upload-to-imgur@v2.1
4444
if: success()
4545
with:
4646
path: ./screenshots/screenshot_*.png

0 commit comments

Comments
 (0)