Skip to content

Commit 3a6f210

Browse files
chore(deps): bump dawidd6/action-download-artifact from 15 to 16 (#396)
1 parent 18770b4 commit 3a6f210

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/create-installer.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
fetch-depth: 0 # allows for tags access
3636

3737
- name: Download artifact
38-
uses: dawidd6/action-download-artifact@v15
38+
uses: dawidd6/action-download-artifact@v16
3939
with:
4040
workflow: build.yml
4141
name: chatterino-windows-${{ env.C2_ARCH }}-Qt-${{ matrix.qt-version }}.zip
@@ -129,7 +129,7 @@ jobs:
129129
merge-multiple: true
130130

131131
- name: Download artifact
132-
uses: dawidd6/action-download-artifact@v15
132+
uses: dawidd6/action-download-artifact@v16
133133
with:
134134
workflow: build.yml
135135
name_is_regexp: true

0 commit comments

Comments
 (0)