Skip to content

Commit 2999130

Browse files
author
Davi Castro Samora
committed
fix: update GitHub Actions to latest versions to resolve deprecation warnings
1 parent 61846da commit 2999130

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,11 +94,11 @@ jobs:
9494
touch out/.nojekyll
9595
9696
- name: Setup Pages
97-
uses: actions/configure-pages@v4
97+
uses: actions/configure-pages@v5
9898
if: github.ref == 'refs/heads/main'
9999

100100
- name: Upload artifact
101-
uses: actions/upload-pages-artifact@v2
101+
uses: actions/upload-pages-artifact@v3
102102
if: github.ref == 'refs/heads/main'
103103
with:
104104
path: ./out

0 commit comments

Comments
 (0)