We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c66dfe2 commit c8c05f4Copy full SHA for c8c05f4
.github/workflows/build-draft-docs.yml
@@ -25,7 +25,7 @@ jobs:
25
docx: true
26
lint: true
27
draft: ${{ !(github.event_name == 'push' && github.repository == 'cabforum/smime' && github.ref == 'refs/heads/main') }}
28
- - uses: actions/upload-artifact@v3
+ - uses: actions/upload-artifact@v4
29
with:
30
name: ${{ matrix.document }}-${{ github.event.pull_request.head.sha || github.sha }}
31
path: |
0 commit comments