We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26ce8f5 commit c74cd9bCopy full SHA for c74cd9b
.github/workflows/beta.yml
@@ -107,7 +107,7 @@ jobs:
107
BASE_URL: /nuxt-custom-elements/
108
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
109
- name: Archive Production Artifact
110
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v5
111
with:
112
name: docsArtifact
113
path: docs/.vitepress/dist
@@ -122,7 +122,7 @@ jobs:
122
node: [22]
123
steps:
124
- name: Download Artifact (Docs)
125
- uses: actions/download-artifact@v4
+ uses: actions/download-artifact@v6
126
127
128
path: public/docs
0 commit comments