We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 087130c commit 3f6873fCopy full SHA for 3f6873f
.github/workflows/ci.yml
@@ -78,7 +78,7 @@ jobs:
78
79
- name: Publish Test Results
80
if: (success() || steps.test.conclusion == 'failure') && matrix.os == 'ubuntu-latest'
81
- uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
+ uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
82
with:
83
name: TestResults_${{ matrix.os }}
84
path: ./TestResults
0 commit comments