Skip to content

Commit 28753d6

Browse files
committed
Merge branch 'main' into fix_typo_start_return_type
2 parents 4d3b246 + 2b6fc68 commit 28753d6

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.github/workflows/blog.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
working-directory: "blog"
3434

3535
- name: Upload Generated Site
36-
uses: actions/upload-artifact@v1.0.0
36+
uses: actions/upload-artifact@v4
3737
with:
3838
name: generated_site
3939
path: blog/public
@@ -58,9 +58,10 @@ jobs:
5858

5959
steps:
6060
- name: "Download Generated Site"
61-
uses: actions/download-artifact@v1
61+
uses: actions/download-artifact@v4
6262
with:
6363
name: generated_site
64+
path: generated_site
6465

6566
- name: Setup SSH Keys and known_hosts
6667
run: |

blog/content/pages/contact.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ Philipp Oppermann
88

99
1010

11-
<small>Gerwigstraße 17, 76131 Karlsruhe, Germany</small>
11+
<small>Erna-Hötzel-Str. 3, 76344 Eggenstein, Germany</small>

0 commit comments

Comments
 (0)