We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f587664 commit bc1a8e9Copy full SHA for bc1a8e9
.github/workflows/build-deploy.yml
@@ -41,7 +41,7 @@ jobs:
41
UMAMI_ID: a30ae129-e24f-490e-b4ea-3cd30e4fa743
42
43
- name: Save build output
44
- uses: actions/upload-artifact@v5
+ uses: actions/upload-artifact@v6
45
with:
46
name: docusau-build-out
47
path: build
@@ -58,7 +58,7 @@ jobs:
58
uses: actions/checkout@v6
59
60
- name: Restore build output
61
- uses: actions/download-artifact@v6
+ uses: actions/download-artifact@v7
62
63
64
0 commit comments