From 9501103b0f8ea0e63cd059792afc8db2dffea771 Mon Sep 17 00:00:00 2001 From: Bess Sadler Date: Thu, 21 Mar 2024 10:38:47 -0400 Subject: [PATCH] Try action v3 --- .github/workflows/actions.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/actions.yml b/.github/workflows/actions.yml index a5c3d75aa..da0049010 100644 --- a/.github/workflows/actions.yml +++ b/.github/workflows/actions.yml @@ -20,10 +20,10 @@ jobs: - name: List files in the repository run: | ls ${{ github.workspace }} - - uses: actions/upload-artifact@v4 + - uses: actions/upload-artifact@v3 with: # Name of the artifact to upload. - name: "yard docs" # upload the doc directory that yard just created + name: "github-pages" # A file, directory or wildcard pattern that describes what to upload # Required. @@ -50,4 +50,4 @@ jobs: steps: - name: Deploy to GitHub Pages id: deployment - uses: actions/deploy-pages@v4 # or specific "vX.X.X" version tag for this action \ No newline at end of file + uses: actions/deploy-pages@v3 # or specific "vX.X.X" version tag for this action \ No newline at end of file