chore(deps): bump actions/download-artifact from 6 to 7 (#6657)
This commit is contained in:
@@ -313,26 +313,26 @@ jobs:
|
|||||||
fetch-depth: 0 # allows for tags access
|
fetch-depth: 0 # allows for tags access
|
||||||
|
|
||||||
# Windows
|
# Windows
|
||||||
- uses: actions/download-artifact@v6
|
- uses: actions/download-artifact@v7
|
||||||
name: Windows Qt6.7.1
|
name: Windows Qt6.7.1
|
||||||
with:
|
with:
|
||||||
name: chatterino-windows-x86-64-Qt-6.7.1.zip
|
name: chatterino-windows-x86-64-Qt-6.7.1.zip
|
||||||
path: release-artifacts/
|
path: release-artifacts/
|
||||||
|
|
||||||
- uses: actions/download-artifact@v6
|
- uses: actions/download-artifact@v7
|
||||||
name: Windows Qt6.7.1 symbols
|
name: Windows Qt6.7.1 symbols
|
||||||
with:
|
with:
|
||||||
name: chatterino-windows-x86-64-Qt-6.7.1-symbols.pdb.7z
|
name: chatterino-windows-x86-64-Qt-6.7.1-symbols.pdb.7z
|
||||||
path: release-artifacts/
|
path: release-artifacts/
|
||||||
|
|
||||||
# Linux
|
# Linux
|
||||||
- uses: actions/download-artifact@v6
|
- uses: actions/download-artifact@v7
|
||||||
name: Ubuntu 22.04 deb
|
name: Ubuntu 22.04 deb
|
||||||
with:
|
with:
|
||||||
name: Chatterino-ubuntu-22.04-Qt-6.7.2.deb
|
name: Chatterino-ubuntu-22.04-Qt-6.7.2.deb
|
||||||
path: release-artifacts/
|
path: release-artifacts/
|
||||||
|
|
||||||
- uses: actions/download-artifact@v6
|
- uses: actions/download-artifact@v7
|
||||||
name: Ubuntu 24.04 deb
|
name: Ubuntu 24.04 deb
|
||||||
with:
|
with:
|
||||||
name: Chatterino-ubuntu-24.04-Qt-6.7.2.deb
|
name: Chatterino-ubuntu-24.04-Qt-6.7.2.deb
|
||||||
|
|||||||
Reference in New Issue
Block a user