Skip to content

Commit cb128af

Browse files
committed
Bump CI versions
1 parent c18b02d commit cb128af

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/cd.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
node-version: "20"
5353
cache: ${{ steps.detect-package-manager.outputs.manager }}
5454
- name: Restore cache
55-
uses: actions/cache@v3
55+
uses: actions/cache@v4
5656
with:
5757
path: |
5858
dist
@@ -65,7 +65,7 @@ jobs:
6565
- name: Static HTML export with Nuxt
6666
run: ${{ steps.detect-package-manager.outputs.manager }} run generate
6767
- name: Upload artifact
68-
uses: actions/upload-pages-artifact@v2
68+
uses: actions/upload-pages-artifact@v3
6969
with:
7070
path: ./dist
7171

@@ -79,4 +79,4 @@ jobs:
7979
steps:
8080
- name: Deploy to GitHub Pages
8181
id: deployment
82-
uses: actions/deploy-pages@v3
82+
uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)