Build(deps): Bump actions/upload-artifact from 4.4.0 to 4.4.1 (#3146)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Tom Limoncelli <tlimoncelli@stackoverflow.com>
This commit is contained in:
dependabot[bot] 2024-10-07 13:53:31 -04:00 committed by GitHub
parent bf2b6cb56e
commit 94e6b48335
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -40,7 +40,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.4.0
- uses: actions/upload-artifact@v4.4.1
with:
name: unit-tests
path: ${{ env.TEST_RESULTS }}
@ -210,7 +210,7 @@ jobs:
echo "Skip test for ${{ matrix.provider }} provider"
fi
working-directory: integrationTest
- uses: actions/upload-artifact@v4.4.0
- uses: actions/upload-artifact@v4.4.1
with:
name: integration-tests-${{ matrix.provider }}
path: ${{ env.TEST_RESULTS }}