Skip to content

Commit 3d207b6

Browse files
janbrasnagstrauss
authored andcommitted
Bump actions version
1 parent b981c66 commit 3d207b6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy-to-production.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,13 @@ jobs:
2828
cache: npm
2929
- name: Setup Pages
3030
id: pages
31-
uses: actions/configure-pages@v4
31+
uses: actions/configure-pages@v5
3232
- name: Install dependencies
3333
run: npm ci
3434
- name: Build with Webpack
3535
run: npm run build
3636
- name: Upload artifact
37-
uses: actions/upload-pages-artifact@v3
37+
uses: actions/upload-pages-artifact@v4
3838
with:
3939
path: ./docs
4040

0 commit comments

Comments
 (0)