File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments