Skip to content
Open
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
2 changes: 1 addition & 1 deletion .github/workflows/m10b-deterministic-export-matrix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
run: bash game/scripts/m10b_deterministic_export_matrix.sh --local-only --json
- name: Upload mismatch report
if: always()
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v7

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

📝 Info: Version bump is consistent with existing repo usage

The bump from actions/upload-artifact@v4 to @v7 aligns this workflow with .github/workflows/release.yml:310 which already uses actions/upload-artifact@v7. The paired actions/download-artifact@v8 in release.yml:362 is also consistent with the v7 upload action. No behavioral concerns with this alignment change.

Open in Devin Review

Was this helpful? React with 👍 or 👎 to provide feedback.

with:
name: m10b-matrix-${{ matrix.os }}
path: |
Expand Down
Loading