Build(deps): Bump actions/upload-artifact from 4.6.1 to 4.6.2 (#3506)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2025-03-25 15:39:43 -04:00 committed by GitHub
parent 6bf1fda6d9
commit 9ff73df452
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -53,7 +53,7 @@ jobs:
gotestsum --junitfile ${TEST_RESULTS}/gotestsum-report.xml -- $PACKAGE_NAMES
# - name: Enforce Go Formatted Code
# run: "[ `go fmt ./... | wc -l` -eq 0 ]"
- uses: actions/upload-artifact@v4.6.1
- uses: actions/upload-artifact@v4.6.2
with:
name: unit-tests
path: ${{ env.TEST_RESULTS }}

View file

@ -202,7 +202,7 @@ jobs:
echo "Skip test for ${{ matrix.provider }} provider"
fi
working-directory: integrationTest
- uses: actions/upload-artifact@v4.6.1
- uses: actions/upload-artifact@v4.6.2
with:
name: integration-tests-${{ matrix.provider }}
path: ${{ env.TEST_RESULTS }}