From 757e2bdb1472577d6893ed6f1e4a118fbb312191 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 Sep 2023 02:18:29 +0000 Subject: [PATCH] Bump actions/upload-artifact from 3.1.0 to 3.1.3 Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3.1.0 to 3.1.3. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v3.1.0...v3.1.3) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/site_deployment.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/site_deployment.yml b/.github/workflows/site_deployment.yml index 2d80249..e38afc9 100644 --- a/.github/workflows/site_deployment.yml +++ b/.github/workflows/site_deployment.yml @@ -73,7 +73,7 @@ jobs: cd "${{ github.workspace }}" zip -r website.zip public - name: 'Upload Generated Static Content as Website Artifact' - uses: actions/upload-artifact@v3.1.0 + uses: actions/upload-artifact@v3.1.3 with: name: website_zip path: ${{ github.workspace }}/website.zip