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 0eed133 commit 9a7172fCopy full SHA for 9a7172f
.github/workflows/blog.yaml
@@ -42,7 +42,7 @@ jobs:
42
API_KEY: ${{ secrets.DELPHI_GITHUB_ACTIONS_EPIDATA_API_KEY }}
43
run: |
44
npm run build:blog
45
- - uses: actions/upload-artifact@v4
+ - uses: actions/upload-artifact@v5
46
with:
47
name: blog
48
path: |
.github/workflows/ci.yaml
@@ -26,7 +26,7 @@ jobs:
26
- name: Build
27
run: npm run build
28
29
30
31
name: website
32
path: ./public
0 commit comments