diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index b6652e1..aff77b8 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -39,7 +39,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - - uses: actions/download-artifact@v4 + - uses: actions/download-artifact@v5 with: name: sha256_checksums.json - name: Create Pull Request