Skip to content
Merged
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/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:
if: ${{ matrix.arch == 'amd64' }}

- name: Upload build artifacts
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v6
Copy link

Choose a reason for hiding this comment

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

Version bump to v6 instead of intended v5

High Severity

The PR title and description indicate this change bumps actions/upload-artifact from v4 to v5, but the actual change sets the version to @v6. The release notes in the PR description only mention versions up to v5.0.0, suggesting v6 may not exist or wasn't intended. This will cause the CI workflow to fail if v6 doesn't exist, or cause unexpected behavior if it does. Additionally, this creates a potential compatibility issue with actions/download-artifact@v5 used later in the workflow.

Fix in Cursor Fix in Web

with:
name: dbmate-${{ matrix.os }}-${{ matrix.arch }}
path: dist/dbmate-*
Expand Down
Loading