chore(deps): bump actions/download-artifact from 4 to 5 (#6374)
This commit is contained in:
@@ -335,38 +335,38 @@ jobs:
|
|||||||
fetch-depth: 0 # allows for tags access
|
fetch-depth: 0 # allows for tags access
|
||||||
|
|
||||||
# Windows
|
# Windows
|
||||||
- uses: actions/download-artifact@v4
|
- uses: actions/download-artifact@v5
|
||||||
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@v4
|
- uses: actions/download-artifact@v5
|
||||||
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@v4
|
- uses: actions/download-artifact@v5
|
||||||
name: Linux AppImage
|
name: Linux AppImage
|
||||||
with:
|
with:
|
||||||
name: Chatterino-x86_64-Qt-6.7.2.AppImage
|
name: Chatterino-x86_64-Qt-6.7.2.AppImage
|
||||||
path: release-artifacts/
|
path: release-artifacts/
|
||||||
|
|
||||||
- uses: actions/download-artifact@v4
|
- uses: actions/download-artifact@v5
|
||||||
name: Ubuntu 20.04 deb
|
name: Ubuntu 20.04 deb
|
||||||
with:
|
with:
|
||||||
name: Chatterino-ubuntu-20.04-Qt-6.7.2.deb
|
name: Chatterino-ubuntu-20.04-Qt-6.7.2.deb
|
||||||
path: release-artifacts/
|
path: release-artifacts/
|
||||||
|
|
||||||
- uses: actions/download-artifact@v4
|
- uses: actions/download-artifact@v5
|
||||||
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@v4
|
- uses: actions/download-artifact@v5
|
||||||
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