8000 Update upload-artifact for workflows · cp-algorithms/cp-algorithms@feed538 · GitHub
[go: up one dir, main page]

Skip to content

Commit feed538

Browse files
authored
Update upload-artifact for workflows
1 parent 4a4207b commit feed538

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
run: |
3636
mkdocs build --strict
3737
- name: Upload build pages as artifact
38-
uses: actions/upload-artifact@v2
38+
uses: actions/upload-artifact@v4
3939
with:
4040
name: page-build
4141
path: public/

0 commit comments

Comments
 (0)
0