zola-check-manager

A Github Action allowing you to manage the zola check results in github
git clone git://archive.git.mtrnord.blog/MTRNord/zola-check-manager.git
Log | Files | Refs | README | LICENSE

commit 696fbfc261afc627b6cc28aaa8f1f6f6b288933f
parent bcbedc9d441b4782adc19dfe719b7faef59a3ebf
Author: Marcel <MTRNord@users.noreply.github.com>
Date:   Sun, 29 Dec 2024 15:15:32 +0100

Merge pull request #112 from MTRNord/dependabot/github_actions/actions/upload-artifact-4

Bump actions/upload-artifact from 3 to 4
Diffstat:
M.github/workflows/check-dist.yml | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/check-dist.yml b/.github/workflows/check-dist.yml @@ -47,7 +47,7 @@ jobs: id: diff # If index.js was different than expected, upload the expected version as an artifact - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 if: ${{ failure() && steps.diff.conclusion == 'failure' }} with: name: dist