Skip to content

Commit 856a948

Browse files
committed
update upload-artifact in workflows
1 parent 4257c10 commit 856a948

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/pr.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ jobs:
8989
draft/temp/draft.markdown
9090
9191
- name: Save pdfs and epubs
92-
uses: actions/upload-artifact@v4.3.4
92+
uses: actions/upload-artifact@v4.4.0
9393
with:
9494
name: export-draft
9595
path: publish

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
release/temp/draft.markdown
6767
6868
- name: Store pdf and epub assets
69-
uses: actions/upload-artifact@v4.3.4
69+
uses: actions/upload-artifact@v4.4.0
7070
with:
7171
name: export-docs
7272
path: publish

0 commit comments

Comments
 (0)