Skip to content

Commit 264ef57

Browse files
authored
update upload-artifact to 4.4.0 in pipelines
2 parents d4fd4e8 + 60326d9 commit 264ef57

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)