diff --git a/.github/workflows/compile.yml b/.github/workflows/compile.yml index e74be657..d0b78fb2 100644 --- a/.github/workflows/compile.yml +++ b/.github/workflows/compile.yml @@ -46,7 +46,7 @@ jobs: - name: Compile Specification run: make ospec - name: Upload the Specification - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: specification.pdf path: spec/_all_spec.pdf