From 9e1a52b339839cee390e4eee7f1b3b70d6fff500 Mon Sep 17 00:00:00 2001 From: Darnell Andries Date: Thu, 4 Jan 2024 16:30:51 -0800 Subject: [PATCH] Attempted fix for github actions deploy --- .github/actions/build/action.yml | 2 +- .github/actions/deploy/action.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/actions/build/action.yml b/.github/actions/build/action.yml index 6b4430d79..08e954634 100644 --- a/.github/actions/build/action.yml +++ b/.github/actions/build/action.yml @@ -34,5 +34,5 @@ runs: uses: actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392 # v4.0.0 with: name: build-output - path: ./html + path: html if-no-files-found: error diff --git a/.github/actions/deploy/action.yml b/.github/actions/deploy/action.yml index afc8617c1..5e918b7ab 100644 --- a/.github/actions/deploy/action.yml +++ b/.github/actions/deploy/action.yml @@ -11,10 +11,10 @@ inputs: runs: using: composite steps: - - uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a # v3.0.2 + - uses: actions/download-artifact@f44cd7b40bfd40b6aa1cc1b9b5b7bf03d3c67110 # v4.1.0 with: name: build-output - path: ./html + path: html - name: Deploy static files shell: bash run: |