Skip to content

Commit 1f8a752

Browse files
authored
Merge branch 'main' into make-profitability-index-more-robust
2 parents e205cc9 + 72aa0c8 commit 1f8a752

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

52 files changed

+4385
-2783
lines changed

.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@v5
33+
- uses: actions/upload-artifact@v6
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@v5
51+
- uses: actions/upload-artifact@v6
5252
if: ${{ github.event_name != 'release' }}
5353
with:
5454
name: muse2_${{ matrix.osname }}

.github/workflows/update-rust-toolchain.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ jobs:
1111
steps:
1212
- name: Checkout repository
1313
uses: actions/checkout@v6
14+
with:
15+
persist-credentials: false
1416
- name: update rust toolchain
1517
uses: a-kenji/update-rust-toolchain@v1
1618
with:

.lycheeignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,6 @@
66

77
# Often times out
88
^https://iea-etsap.org
9+
10+
# Server often rejects connection (at least on GitHub runners)
11+
^https://allcontributors.org

0 commit comments

Comments
 (0)