This is an automated email from the ASF dual-hosted git repository.
johnsd pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/ctakes-website.git
The following commit(s) were added to refs/heads/main by this push:
new 2085b26 Update actions/upload-artifact to v2
2085b26 is described below
commit 2085b26fadc505604dcf39215f5a8db5815cce2e
Author: Johnsd11 <[email protected]>
AuthorDate: Tue Mar 4 16:16:53 2025 -0500
Update actions/upload-artifact to v2
---
.github/workflows/jekyll.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/jekyll.yml b/.github/workflows/jekyll.yml
index 953f160..52728c3 100644
--- a/.github/workflows/jekyll.yml
+++ b/.github/workflows/jekyll.yml
@@ -49,7 +49,7 @@ jobs:
JEKYLL_ENV: production
- name: Upload artifact
# Automatically uploads an artifact from the './_site' directory by
default
- uses: actions/upload-pages-artifact@v1
+ uses: actions/upload-pages-artifact@v2
# Deployment job
deploy: