diff --git a/.github/workflows/pages.yml b/.github/workflows/pages.yml index 1352e23..205dd91 100644 --- a/.github/workflows/pages.yml +++ b/.github/workflows/pages.yml @@ -13,7 +13,7 @@ jobs: steps: # Setup the project in a NodeJS environment - name: Checkout 🛎️ - uses: actions/checkout@v3 + uses: actions/checkout@v4 # Run the project build command which outputs to 'dist' - name: Install and Build 🔧 @@ -23,7 +23,7 @@ jobs: # Upload the 'dist' directory to be used in the deploy job - name: Upload pages artifact 📦 - uses: actions/upload-pages-artifact@v1.0.4 + uses: actions/upload-pages-artifact@v3 with: path: build/ @@ -47,4 +47,4 @@ jobs: steps: - name: Deploy to GitHub Pages id: deployment - uses: actions/deploy-pages@v1 \ No newline at end of file + uses: actions/deploy-pages@v4 \ No newline at end of file