Skip to content

Commit 7b63f31

Browse files
Dale KunceDale Kunce
authored andcommitted
fix: Update deprecated GitHub Actions to latest versions
- Update actions/upload-artifact from v3 to v4 - Update actions/upload-pages-artifact from v3 to v4 - Resolves deprecation warnings in CI/CD workflows - Ensures continued compatibility with GitHub Actions platform
1 parent 98541d3 commit 7b63f31

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
uses: actions/configure-pages@v4
7777

7878
- name: Upload to GitHub Pages
79-
uses: actions/upload-pages-artifact@v3
79+
uses: actions/upload-pages-artifact@v4
8080
with:
8181
path: _site/
8282

.github/workflows/test-multilingual.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
./test-multilingual.sh
5252
5353
- name: Upload build artifacts on failure
54-
uses: actions/upload-artifact@v3
54+
uses: actions/upload-artifact@v4
5555
if: failure()
5656
with:
5757
name: build-artifacts

0 commit comments

Comments
 (0)