Skip to content

Commit c74cd9b

Browse files
chore(deps): update github artifact actions
1 parent 26ce8f5 commit c74cd9b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/beta.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ jobs:
107107
BASE_URL: /nuxt-custom-elements/
108108
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
109109
- name: Archive Production Artifact
110-
uses: actions/upload-artifact@v4
110+
uses: actions/upload-artifact@v5
111111
with:
112112
name: docsArtifact
113113
path: docs/.vitepress/dist
@@ -122,7 +122,7 @@ jobs:
122122
node: [22]
123123
steps:
124124
- name: Download Artifact (Docs)
125-
uses: actions/download-artifact@v4
125+
uses: actions/download-artifact@v6
126126
with:
127127
name: docsArtifact
128128
path: public/docs

0 commit comments

Comments
 (0)