From ad7343b97dceb302fb78b982dbddfe9cdaf17866 Mon Sep 17 00:00:00 2001 From: Dustin Toff Date: Tue, 29 Oct 2024 20:46:27 -0400 Subject: [PATCH] Upgrade Github Actions versions --- .github/workflows/npm.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/npm.yml b/.github/workflows/npm.yml index d4d92a9..2585c96 100644 --- a/.github/workflows/npm.yml +++ b/.github/workflows/npm.yml @@ -22,9 +22,9 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Setup Pages - uses: actions/configure-pages@v1 + uses: actions/configure-pages@v5 - name: NVM Install run: | curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.1/install.sh | bash @@ -35,10 +35,10 @@ jobs: npm ci npm run release - name: Upload artifact - uses: actions/upload-pages-artifact@v1 + uses: actions/upload-pages-artifact@v3 with: # Upload entire repository path: "dist/" - name: Deploy to GitHub Pages id: deployment - uses: actions/deploy-pages@main + uses: actions/deploy-pages@v4