Skip to content

Commit 8a435dd

Browse files
authored
Merge branch 'rust-osdev:main' into main
2 parents f66098a + 0b6bdf7 commit 8a435dd

File tree

11 files changed

+1829
-386
lines changed

11 files changed

+1829
-386
lines changed

.github/workflows/build-site.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
run: ./zola build
2727

2828
- name: Upload Generated Site
29-
uses: actions/upload-artifact@v2
29+
uses: actions/upload-artifact@v4
3030
with:
3131
name: generated_site
3232
path: public
@@ -69,7 +69,7 @@ jobs:
6969

7070
steps:
7171
- name: "Download Generated Site"
72-
uses: actions/download-artifact@v2
72+
uses: actions/download-artifact@v4.1.7
7373
with:
7474
name: generated_site
7575
path: generated_site

0 commit comments

Comments
 (0)