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 c2e75dd commit 98bca69Copy full SHA for 98bca69
.github/workflows/blog.yaml
@@ -50,7 +50,7 @@ jobs:
50
API_KEY: ${{ secrets.DELPHI_GITHUB_ACTIONS_EPIDATA_API_KEY }}
51
run: |
52
npm run build:blog
53
- - uses: actions/upload-artifact@v3
+ - uses: actions/upload-artifact@v4
54
with:
55
name: blog
56
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