We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07277bf commit 91975feCopy full SHA for 91975fe
.github/workflows/build.yml
@@ -55,7 +55,7 @@ jobs:
55
# Solo para main: guardar el sitio construido
56
- name: Upload build artifact
57
if: github.ref == 'refs/heads/main'
58
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
59
with:
60
name: site
61
path: site/
.github/workflows/deploy.yml
@@ -26,7 +26,7 @@ jobs:
26
url: ${{ steps.deployment.outputs.page_url }}
27
steps:
28
- name: Download build artifact
29
- uses: actions/download-artifact@v3
+ uses: actions/download-artifact@v4
30
31
32
@@ -37,7 +37,7 @@ jobs:
37
uses: actions/configure-pages@v4
38
39
- name: Upload to GitHub Pages
40
- uses: actions/upload-pages-artifact@v3
+ uses: actions/upload-pages-artifact@v4
41
42
43
0 commit comments