We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98e58a0 commit 06c921aCopy full SHA for 06c921a
2 files changed
.github/workflows/jekyll-docker.yml
@@ -23,7 +23,7 @@ jobs:
23
run: |
24
tar -czvf /tmp/build.tar.gz -C ${{github.workspace}} _site
25
- name: Create site as artifact
26
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
27
with:
28
name: site-archive
29
path: /tmp/build.tar.gz
_news/osdi_25.md
@@ -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