Skip to content

Commit

Permalink
fixup! ci: run Scalar's Functional Tests
Browse files Browse the repository at this point in the history
The Scalar Functional Tests run at
https://github.com/microsoft/git/actions/runs/13074318147 has been
automatically failed because it uses a deprecated version of
`actions/upload-artifact: v3`.

The error message suggested to learn more at:
https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/

While we may very well soon decide to just stop running the Scalar
Functional Tests because basically all of the tests (except for
integration testing with the remote `gvfs/ci` repository) have
equivalent coverage in `microsoft/git`'s own test suite.

Signed-off-by: Johannes Schindelin <[email protected]>
  • Loading branch information
dscho committed Feb 5, 2025
1 parent f6f1dad commit e762f1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/scalar-functional-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ jobs:

- name: Archive Trace2 Logs
if: ( success() || failure() ) && ( steps.trace2_zip_unix.conclusion == 'success' || steps.trace2_zip_windows.conclusion == 'success' )
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: ${{ env.TRACE2_BASENAME }}.zip
path: scalar/${{ env.TRACE2_BASENAME }}.zip
Expand Down

0 comments on commit e762f1e

Please sign in to comment.