diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 9f922a9..11f30fc 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -35,7 +35,7 @@ jobs: if: startsWith(github.ref, 'refs/tags/v') # tags follow semantic versioning i.e. v0.2.1 steps: - name: Download PDF artifact - uses: actions/download-artifact@v6 + uses: actions/download-artifact@v7 with: name: thesis-example # same name as uploaded artifact