diff --git a/.github/workflows/build-draft-docs.yml b/.github/workflows/build-draft-docs.yml index edb1178..7729baf 100644 --- a/.github/workflows/build-draft-docs.yml +++ b/.github/workflows/build-draft-docs.yml @@ -25,7 +25,7 @@ jobs: docx: true lint: true draft: ${{ !(github.event_name == 'push' && github.repository == 'cabforum/code-signing' && github.ref == 'refs/heads/main') }} - - uses: actions/upload-artifact@v4 + - uses: actions/upload-artifact@v5 with: name: ${{ matrix.document }}-${{ github.event.pull_request.head.sha || github.sha }} path: |