Skip to content

Commit

Permalink
chore(deps): bump dawidd6/action-download-artifact from 3 to 5 (#267)
Browse files Browse the repository at this point in the history
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Johannes <[email protected]>
  • Loading branch information
dependabot[bot] and Nerixyz authored Jun 4, 2024
1 parent 6b88430 commit ea47c0b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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@v3
uses: dawidd6/action-download-artifact@v5
with:
workflow: build.yml
name: chatterino-windows-x86-64-Qt-${{ matrix.qt-version }}.zip
Expand Down Expand Up @@ -122,7 +122,7 @@ jobs:
path: build/

- name: Download artifact
uses: dawidd6/action-download-artifact@v3
uses: dawidd6/action-download-artifact@v5
with:
workflow: build.yml
name_is_regexp: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
strategy:
matrix:
os: [macos-13]
qt-version: [5.15.2, 6.5.0]
qt-version: [6.7.1]
plugins: [false]
fail-fast: false
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
strategy:
matrix:
os: [windows-latest]
qt-version: [5.15.2, 6.7.1]
qt-version: [6.7.1]
plugins: [false]
skip-artifact: [false]
skip-crashpad: [false]
Expand Down

0 comments on commit ea47c0b

Please sign in to comment.