Skip to content

Commit

Permalink
update action version
Browse files Browse the repository at this point in the history
  • Loading branch information
srz-zumix committed Dec 17, 2022
1 parent 3851e53 commit 7dcd407
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
- name: test
run: |
make -C test test
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v3
with:
name: test-result
path: test/*.xml
Expand Down Expand Up @@ -80,7 +80,7 @@ jobs:
- name: test
run: |
make -C test test
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v3
with:
name: test-result
path: test/*.xml
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
run: |
echo "${GITHUB_EVENT_CONTEXT}" > github_event.json
- name: store event
uses: actions/upload-artifact@v1
uses: actions/upload-artifact@v3
with:
name: github_event.json
path: github_event.json
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/metrics.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
with:
args: -o lizard.html --html ./include
- name: Archive code metrics results
uses: actions/upload-artifact@v1
uses: actions/upload-artifact@v3
with:
name: lizard.html
path: lizard.html
Expand Down

0 comments on commit 7dcd407

Please sign in to comment.