diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 5a32f1a00..b07ff4213 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -72,7 +72,7 @@ jobs: git commit -m "Regenerated website based on ${GITHUB_SHA} commit" > ../git_commit.log git push origin gh-pages - name: 🚀 Upload git commit log as artifacts - uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3.1.2 + uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3 with: name: coceu-git-commit-log path: './git_commit.log'