Skip to content

Commit 5d19e66

Browse files
chore(deps): bump actions/download-artifact from 7 to 8 (#6828)
1 parent e90f353 commit 5d19e66

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -385,26 +385,26 @@ jobs:
385385
fetch-depth: 0 # allows for tags access
386386

387387
# Windows
388-
- uses: actions/download-artifact@v7
388+
- uses: actions/download-artifact@v8
389389
name: Windows Qt6.7.1
390390
with:
391391
name: chatterino-windows-x86-64-Qt-6.7.1.zip
392392
path: release-artifacts/
393393

394-
- uses: actions/download-artifact@v7
394+
- uses: actions/download-artifact@v8
395395
name: Windows Qt6.7.1 symbols
396396
with:
397397
name: chatterino-windows-x86-64-Qt-6.7.1-symbols.pdb.7z
398398
path: release-artifacts/
399399

400400
# Linux
401-
- uses: actions/download-artifact@v7
401+
- uses: actions/download-artifact@v8
402402
name: Ubuntu 22.04 deb
403403
with:
404404
name: Chatterino-ubuntu-22.04-Qt-6.7.2.deb
405405
path: release-artifacts/
406406

407-
- uses: actions/download-artifact@v7
407+
- uses: actions/download-artifact@v8
408408
name: Ubuntu 24.04 deb
409409
with:
410410
name: Chatterino-ubuntu-24.04-Qt-6.7.2.deb

0 commit comments

Comments
 (0)