We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2488db3 + d58181a commit cb24797Copy full SHA for cb24797
2 files changed
.github/workflows/continuous-deployment.yaml
@@ -116,7 +116,7 @@ jobs:
116
117
- id: save
118
name: Save artifact
119
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v6
120
with:
121
name: release-candidate
122
path: ./dist
.github/workflows/docs.yaml
@@ -39,7 +39,7 @@ jobs:
39
40
- id: upload-release-candidate
41
name: Upload release candidate
42
43
44
45
path: ./_build/html/
0 commit comments