Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Build
run: make build-cover
- name: Upload Poseidon binary
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v5
with:
name: poseidon
path: poseidon
Expand Down Expand Up @@ -80,7 +80,7 @@ jobs:
with:
token: ${{ secrets.CODECOV_TOKEN }}
- name: Upload coverage report
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v5
if: ${{ success() || failure() }}
with:
name: coverage_unit
Expand Down Expand Up @@ -224,7 +224,7 @@ jobs:
with:
token: ${{ secrets.CODECOV_TOKEN }}
- name: Upload coverage report
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v5
if: ${{ success() || failure() }}
with:
name: coverage_run
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/python-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
run: pipenv run python main.py
working-directory: deploy/grafana-dashboard
- name: Upload Grafana Dashboard JSON
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v5
with:
name: grafana-dashboard.json
path: deploy/grafana-dashboard/main.json
Loading