Skip to content

Commit

Permalink
Merge branch 'SevenTV:chatterino7' into chatterino7
Browse files Browse the repository at this point in the history
  • Loading branch information
devJimmyboy authored Dec 19, 2023
2 parents c67c67d + ced644e commit 2d3b352
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/create-installer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
fetch-depth: 0 # allows for tags access

- name: Download artifact
uses: dawidd6/action-download-artifact@v2
uses: dawidd6/action-download-artifact@v3
with:
workflow: build.yml
name: chatterino-windows-x86-64-Qt-${{ matrix.qt-version }}.zip
Expand Down Expand Up @@ -123,7 +123,7 @@ jobs:
path: build/

- name: Download artifact
uses: dawidd6/action-download-artifact@v2
uses: dawidd6/action-download-artifact@v3
with:
workflow: build.yml
name_is_regexp: true
Expand Down

0 comments on commit 2d3b352

Please sign in to comment.