Skip to content

Commit

Permalink
fix(github:workflows): issues with workflows' setup
Browse files Browse the repository at this point in the history
  • Loading branch information
pandres95 committed Mar 17, 2024
1 parent ea47849 commit c5265d4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/benchmarking.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
path: ./target/release
- run: |
just benchmarks
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: ${{ github.run_id }}-benchmark_logs
path: ./.benchmarking-logs
Expand All @@ -47,7 +47,7 @@ jobs:
add-paths: runtime/kreivo/src/weights
commit-message: '[ci] calculate weights'
branch: benchmarks
branch-suffix: ${{ github.sha }}
branch-suffix: short-commit-hash
title: "Benchmarking: Calculate weights for ${{ github.sha }}"
body: |
This Pull Request is automatically raised when pushing over `master`
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
name: Build node
runs-on: self-hosted
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Build parachain node & artifacts
run: just build-container-local
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ jobs:
name: Build project
runs-on: self-hosted
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Test parachain
run: echo test #TODO: change for integration test when available

0 comments on commit c5265d4

Please sign in to comment.