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