Skip to content

Commit d5cdb23

Browse files
committed
Merge branch 'main' of https://github.com/qgis/QGIS-Planet-Website into language_filter
2 parents fd9e595 + c7b1726 commit d5cdb23

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed
File renamed without changes.
File renamed without changes.

.github/workflows/github-pages.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
submodules: recursive
4343
- name: Setup Pages
4444
id: pages
45-
uses: actions/configure-pages@v2
45+
uses: actions/configure-pages@v5
4646
- name: Build with Hugo
4747
env:
4848
# For maximum backward compatibility with Hugo modules
@@ -54,7 +54,7 @@ jobs:
5454
--baseURL "${{ steps.pages.outputs.base_url }}/"
5555
5656
- name: Upload artifact
57-
uses: actions/upload-pages-artifact@v1
57+
uses: actions/upload-pages-artifact@v3
5858
with:
5959
path: ./public
6060

@@ -68,4 +68,4 @@ jobs:
6868
steps:
6969
- name: Deploy to GitHub Pages
7070
id: deployment
71-
uses: actions/deploy-pages@v1
71+
uses: actions/deploy-pages@v4

.github/workflows/playwright-e2e.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
- name: ⚡️ Run Playwright tests
4848
working-directory: playwright/ci-test
4949
run: npx playwright test
50-
- uses: actions/upload-artifact@v3
50+
- uses: actions/upload-artifact@v4
5151
if: always()
5252
with:
5353
name: playwright-report

0 commit comments

Comments
 (0)