Skip to content

Commit 0d23adc

Browse files
authored
Merge pull request #628 from cmu-delphi/dependabot/github_actions/dev/actions/upload-artifact-3
chore(deps): bump actions/upload-artifact from 2 to 3
2 parents f8c9aeb + 25ca8bb commit 0d23adc

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/blog.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
run: |
5959
npm run build:blog
6060
61-
- uses: actions/upload-artifact@v2
61+
- uses: actions/upload-artifact@v3
6262
with:
6363
name: blog
6464
path: |
@@ -80,7 +80,7 @@ jobs:
8080
- name: Build
8181
run: npm run build
8282

83-
- uses: actions/upload-artifact@v2
83+
- uses: actions/upload-artifact@v3
8484
with:
8585
name: website
8686
path: ./public

.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@v2
29+
- uses: actions/upload-artifact@v3
3030
with:
3131
name: website
3232
path: ./public

0 commit comments

Comments
 (0)