Skip to content

Commit 06c921a

Browse files
committed
Update workflow
1 parent 98e58a0 commit 06c921a

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

.github/workflows/jekyll-docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
run: |
2424
tar -czvf /tmp/build.tar.gz -C ${{github.workspace}} _site
2525
- name: Create site as artifact
26-
uses: actions/upload-artifact@v3
26+
uses: actions/upload-artifact@v4
2727
with:
2828
name: site-archive
2929
path: /tmp/build.tar.gz

_news/osdi_25.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
layout: post
3+
date: 2025-05-10 02:17:00-0400
4+
inline: true
5+
---
6+
7+
Our Paralegal paper will appear at [OSDI 2025](https://www.usenix.org/conference/osdi25).

0 commit comments

Comments
 (0)