Skip to content

Commit bd488b9

Browse files
authored
Merge pull request #7 from KBLLR/codex/update-actions/upload-artifact-to-v4
Update GitHub Pages actions
2 parents de1de3d + 2a79c33 commit bd488b9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
cache: 'npm'
2121
- run: npm ci
2222
- run: npm run build
23-
- uses: actions/upload-pages-artifact@v2
23+
- uses: actions/upload-pages-artifact@v3
2424
with:
2525
path: ./dist
2626

@@ -32,4 +32,4 @@ jobs:
3232
url: ${{ steps.deployment.outputs.page_url }}
3333
steps:
3434
- id: deployment
35-
uses: actions/deploy-pages@v2
35+
uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)