diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 8102c0e1..1493cf2f 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -9,7 +9,7 @@ jobs: # To use this repository's private action, # you must check out the repository - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: sparse-checkout: | .github @@ -22,9 +22,9 @@ jobs: FOLDER: app - name: Upload artifact - uses: actions/upload-pages-artifact@v1 + uses: actions/upload-pages-artifact@v3 with: - # Upload generator folder + # Upload output folder path: 'app' deploy: @@ -43,4 +43,4 @@ jobs: steps: - name: Deploy to GitHub Pages id: deployment - uses: actions/deploy-pages@v1 + uses: actions/deploy-pages@v4