Skip to content
This repository was archived by the owner on Aug 2, 2025. It is now read-only.

Commit cd3224c

Browse files
committed
Upgrade Github Actions workflow
1 parent 99c499b commit cd3224c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/deploy.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@ jobs:
2424
with:
2525
php-version: 8.2
2626
- name: Install composer dependencies
27-
uses: ramsey/composer-install@v2
27+
uses: ramsey/composer-install@v3
2828
- run: php bin/console synchronize:files
29-
- uses: actions/upload-pages-artifact@v1
29+
- uses: actions/upload-pages-artifact@v3
3030
with:
3131
path: ./dist
3232

@@ -39,4 +39,4 @@ jobs:
3939
steps:
4040
- name: Deploy to GitHub Pages
4141
id: deployment
42-
uses: actions/deploy-pages@v1
42+
uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)