From 65a014d77d50d21ed108cb0cbed9326aa1bfdb55 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 10 Aug 2025 11:44:02 +0000 Subject: [PATCH] chore(deps): bump actions/download-artifact from 4 to 5 (#6374) --- .github/workflows/build.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index afe7a1e8..1c1dab5e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -335,38 +335,38 @@ jobs: fetch-depth: 0 # allows for tags access # Windows - - uses: actions/download-artifact@v4 + - uses: actions/download-artifact@v5 name: Windows Qt6.7.1 with: name: chatterino-windows-x86-64-Qt-6.7.1.zip path: release-artifacts/ - - uses: actions/download-artifact@v4 + - uses: actions/download-artifact@v5 name: Windows Qt6.7.1 symbols with: name: chatterino-windows-x86-64-Qt-6.7.1-symbols.pdb.7z path: release-artifacts/ # Linux - - uses: actions/download-artifact@v4 + - uses: actions/download-artifact@v5 name: Linux AppImage with: name: Chatterino-x86_64-Qt-6.7.2.AppImage path: release-artifacts/ - - uses: actions/download-artifact@v4 + - uses: actions/download-artifact@v5 name: Ubuntu 20.04 deb with: name: Chatterino-ubuntu-20.04-Qt-6.7.2.deb path: release-artifacts/ - - uses: actions/download-artifact@v4 + - uses: actions/download-artifact@v5 name: Ubuntu 22.04 deb with: name: Chatterino-ubuntu-22.04-Qt-6.7.2.deb path: release-artifacts/ - - uses: actions/download-artifact@v4 + - uses: actions/download-artifact@v5 name: Ubuntu 24.04 deb with: name: Chatterino-ubuntu-24.04-Qt-6.7.2.deb