Skip to content

Commit 4c94ef2

Browse files
committed
Fix artifact upload to be v4
1 parent 0a741ac commit 4c94ef2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
git commit -m "Regenerated website based on ${GITHUB_SHA} commit" > ../git_commit.log
7373
git push origin gh-pages
7474
- name: 🚀 Upload git commit log as artifacts
75-
uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3.1.2
75+
uses: actions/upload-artifact@v4
7676
with:
7777
name: coceu-git-commit-log
7878
path: './git_commit.log'

0 commit comments

Comments
 (0)