Skip to content

Commit c8c05f4

Browse files
Update upload-artifact to v4 due to github deprecation (#262)
1 parent c66dfe2 commit c8c05f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-draft-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
docx: true
2626
lint: true
2727
draft: ${{ !(github.event_name == 'push' && github.repository == 'cabforum/smime' && github.ref == 'refs/heads/main') }}
28-
- uses: actions/upload-artifact@v3
28+
- uses: actions/upload-artifact@v4
2929
with:
3030
name: ${{ matrix.document }}-${{ github.event.pull_request.head.sha || github.sha }}
3131
path: |

0 commit comments

Comments
 (0)