From 33964bd1a4f914d2baf269ed3084f2a283e95256 Mon Sep 17 00:00:00 2001 From: Gabriel Bianconi <1275491+GabrielBianconi@users.noreply.github.com> Date: Sun, 15 Sep 2024 21:07:11 -0400 Subject: [PATCH] Update --- .github/workflows/build.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 58763854..a00510a4 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -72,14 +72,12 @@ jobs: id: date run: echo "::set-output name=date::$(date +'%Y-%m-%d')" - - - name: Use daily cache of scraper data + - name: Use daily cache of scraper data uses: actions/cache@v2 with: path: _tmp key: scraper-data-cache-${{ steps.date.outputs.date }} - - name: Install stable toolchain uses: actions-rs/toolchain@v1 with: @@ -113,7 +111,7 @@ jobs: run: ${{ env.COBALT_BIN }} build - name: Upload built site archive - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v4 with: name: site-archive path: _site