From 187d2800158036bb2ab560c2f9d82a385e59d268 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Sep 2024 21:01:44 +0000 Subject: [PATCH] Bump actions/download-artifact from 1 to 4.1.7 in /.github/workflows Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 1 to 4.1.7. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v1...v4.1.7) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index a8da2963..536f5468 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -133,7 +133,7 @@ jobs: - uses: actions/checkout@v1 - name: Download built site artifacts - uses: actions/download-artifact@v1 + uses: actions/download-artifact@v4.1.7 with: name: dist @@ -170,7 +170,7 @@ jobs: PHOST_CONFIG_BASE64: ${{ secrets.PHOST_CONFIG_BASE64 }} run: mkdir ~/.phost; echo "$PHOST_CONFIG_BASE64" | base64 -d > ~/.phost/conf.toml - name: Download built site artifacts - uses: actions/download-artifact@v1 + uses: actions/download-artifact@v4.1.7 with: name: dist - name: Deploy