Skip to content

Commit bc1a8e9

Browse files
Update GitHub Artifact Actions
1 parent f587664 commit bc1a8e9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
UMAMI_ID: a30ae129-e24f-490e-b4ea-3cd30e4fa743
4242

4343
- name: Save build output
44-
uses: actions/upload-artifact@v5
44+
uses: actions/upload-artifact@v6
4545
with:
4646
name: docusau-build-out
4747
path: build
@@ -58,7 +58,7 @@ jobs:
5858
uses: actions/checkout@v6
5959

6060
- name: Restore build output
61-
uses: actions/download-artifact@v6
61+
uses: actions/download-artifact@v7
6262
with:
6363
name: docusau-build-out
6464
path: build

0 commit comments

Comments
 (0)