Skip to content

Commit e048db1

Browse files
committed
updated all versions in workflow (i think?)
1 parent 30d3493 commit e048db1

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/astro.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
--base "${{ steps.pages.outputs.base_path }}"
7171
working-directory: ${{ env.BUILD_PATH }}
7272
- name: Upload artifact
73-
uses: actions/upload-pages-artifact@v2
73+
uses: actions/upload-pages-artifact@v4
7474
with:
7575
path: ${{ env.BUILD_PATH }}/dist
7676

@@ -84,4 +84,4 @@ jobs:
8484
steps:
8585
- name: Deploy to GitHub Pages
8686
id: deployment
87-
uses: actions/deploy-pages@v2
87+
uses: actions/deploy-pages@v4

.github/workflows/build-astro.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
--base "${{ steps.pages.outputs.base_path }}"
7171
working-directory: ${{ env.BUILD_PATH }}
7272
- name: Upload artifact
73-
uses: actions/upload-pages-artifact@v2
73+
uses: actions/upload-pages-artifact@v4
7474
with:
7575
path: ${{ env.BUILD_PATH }}/dist
7676

@@ -84,4 +84,4 @@ jobs:
8484
steps:
8585
- name: Deploy to GitHub Pages
8686
id: deployment
87-
uses: actions/deploy-pages@v2
87+
uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)