We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 59183f3 commit 6aeacc6Copy full SHA for 6aeacc6
.github/workflows/pr_build.yml
@@ -53,7 +53,7 @@ jobs:
53
gotestsum --junitfile ${TEST_RESULTS}/gotestsum-report.xml -- $PACKAGE_NAMES
54
# - name: Enforce Go Formatted Code
55
# run: "[ `go fmt ./... | wc -l` -eq 0 ]"
56
- - uses: actions/upload-artifact@v4.6.0
+ - uses: actions/upload-artifact@v4.6.1
57
with:
58
name: unit-tests
59
path: ${{ env.TEST_RESULTS }}
.github/workflows/pr_integration_tests.yml
@@ -202,7 +202,7 @@ jobs:
202
echo "Skip test for ${{ matrix.provider }} provider"
203
fi
204
working-directory: integrationTest
205
206
207
name: integration-tests-${{ matrix.provider }}
208
0 commit comments