Skip to content

Commit 6577451

Browse files
committed
CI: upload-pages-artifact v1 -> v3 (fix?)
https://github.com/actions/upload-pages-artifact/releases/tag/v3.0.1 Bump actions/checkout from 3 to 4 @dependabot (#76) CI currently broken: https://github.com/lem-project/lem-project.github.io/actions/runs/13651737904 build: This request has been automatically failed because it uses a deprecated version of `actions/upload-artifact: v3`. Learn more: https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/
1 parent 3bca4ab commit 6577451

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/hugo.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
--minify \
5959
--baseURL "${{ steps.pages.outputs.base_url }}/"
6060
- name: Upload artifact
61-
uses: actions/upload-pages-artifact@v1
61+
uses: actions/upload-pages-artifact@v3
6262
with:
6363
path: ./public
6464

0 commit comments

Comments
 (0)