Skip to content

Commit b4f4a82

Browse files
authored
Merge branch 'main' into add-optional-decommission-year-for-assets
2 parents 59aab86 + 753d912 commit b4f4a82

4 files changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/cargo-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
cargo test --verbose --no-fail-fast
3131
3232
# Upload regression test results for analysis
33-
- uses: actions/upload-artifact@v4
33+
- uses: actions/upload-artifact@v5
3434
if: "!cancelled()"
3535
with:
3636
name: muse2_test_results_${{ matrix.os }}

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
cp target/release/muse2${{ matrix.exe_suffix }} muse2
4949
cp LICENSE muse2/LICENCE.txt
5050
cp assets/readme/readme_${{ matrix.osname }}.txt muse2/README.txt
51-
- uses: actions/upload-artifact@v4
51+
- uses: actions/upload-artifact@v5
5252
if: ${{ github.event_name != 'release' }}
5353
with:
5454
name: muse2_${{ matrix.osname }}

Cargo.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ toml = "0.9.8"
2424
unicase = "2.8.1"
2525
fern = {version = "0.7.1", features = ["chrono", "colored"]}
2626
chrono = "0.4"
27-
clap = {version = "4.5.49", features = ["cargo", "derive"]}
27+
clap = {version = "4.5.50", features = ["cargo", "derive"]}
2828
include_dir = "0.7.4"
2929
highs = "1.12.0"
3030
indexmap = "2.12.0"

0 commit comments

Comments
 (0)