From cf74b8861f7bc4e15a2c49d0e41ee6a54eacf22e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Dec 2025 12:39:35 +0000 Subject: [PATCH] chore(deps): bump actions/download-artifact from 6 to 7 (#6657) --- .github/workflows/build.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 69fc75e5..9d248947 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -313,26 +313,26 @@ jobs: fetch-depth: 0 # allows for tags access # Windows - - uses: actions/download-artifact@v6 + - uses: actions/download-artifact@v7 name: Windows Qt6.7.1 with: name: chatterino-windows-x86-64-Qt-6.7.1.zip path: release-artifacts/ - - uses: actions/download-artifact@v6 + - uses: actions/download-artifact@v7 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@v6 + - uses: actions/download-artifact@v7 name: Ubuntu 22.04 deb with: name: Chatterino-ubuntu-22.04-Qt-6.7.2.deb path: release-artifacts/ - - uses: actions/download-artifact@v6 + - uses: actions/download-artifact@v7 name: Ubuntu 24.04 deb with: name: Chatterino-ubuntu-24.04-Qt-6.7.2.deb