diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1d1636acd4..8f096954ef 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -185,7 +185,7 @@ jobs: # before running, and would therefore delete the downloaded artifacts - uses: actions/checkout@v5 - - uses: actions/download-artifact@v5 + - uses: actions/download-artifact@v6 - name: Install dependencies run: sudo apt-get update && sudo apt-get install -y gettext-base