Skip to content
Closed
4 changes: 2 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ jobs:
make test

- name: Upload artifacts
uses: actions/upload-artifact@v3.2.1-node20
uses: actions/upload-artifact@v4.5.0
with:
name: logs-${{ matrix.inhouse }}
path: |
Expand Down Expand Up @@ -180,7 +180,7 @@ jobs:

- name: Upload artifacts
if: env.pinned == 'false'
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v4.5.0
with:
name: logs-${{ matrix.inhouse }}
path: |
Expand Down
2 changes: 1 addition & 1 deletion config/test/config.electricity.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ tutorial: true


run:
name: "test-elec" # use this to keep track of runs with different settings
name: "KN2045_Bal_v4" # use this to keep track of runs with different settings
disable_progressbar: true
shared_resources:
policy: "test"
Expand Down
11 changes: 0 additions & 11 deletions config/test/scenarios.yaml

This file was deleted.

Loading