We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a741ac commit 4c94ef2Copy full SHA for 4c94ef2
1 file changed
.github/workflows/build.yml
@@ -72,7 +72,7 @@ jobs:
72
git commit -m "Regenerated website based on ${GITHUB_SHA} commit" > ../git_commit.log
73
git push origin gh-pages
74
- name: 🚀 Upload git commit log as artifacts
75
- uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3.1.2
+ uses: actions/upload-artifact@v4
76
with:
77
name: coceu-git-commit-log
78
path: './git_commit.log'
0 commit comments