Skip to content

Commit c5ba81e

Browse files
authored
Merge pull request #907 from cmu-delphi/dependabot/github_actions/dev/actions/upload-artifact-4
chore(deps): bump actions/upload-artifact from 3 to 4
2 parents c2e75dd + 98bca69 commit c5ba81e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/blog.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
API_KEY: ${{ secrets.DELPHI_GITHUB_ACTIONS_EPIDATA_API_KEY }}
5151
run: |
5252
npm run build:blog
53-
- uses: actions/upload-artifact@v3
53+
- uses: actions/upload-artifact@v4
5454
with:
5555
name: blog
5656
path: |

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Build
2727
run: npm run build
2828

29-
- uses: actions/upload-artifact@v3
29+
- uses: actions/upload-artifact@v4
3030
with:
3131
name: website
3232
path: ./public

0 commit comments

Comments
 (0)