Skip to content

Commit e762f1e

Browse files
committed
fixup! ci: run Scalar's Functional Tests
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]>
1 parent f6f1dad commit e762f1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/scalar-functional-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ jobs:
203203

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

0 commit comments

Comments
 (0)