mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2024-11-10 17:26:10 +08:00
Build(deps): Bump actions/upload-artifact from 4.3.4 to 4.3.5 (#3067)
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:
parent
3102ec4060
commit
411a1ed1c7
1 changed files with 2 additions and 2 deletions
4
.github/workflows/pr_test.yml
vendored
4
.github/workflows/pr_test.yml
vendored
|
@ -40,7 +40,7 @@ jobs:
|
||||||
gotestsum --junitfile ${TEST_RESULTS}/gotestsum-report.xml -- $PACKAGE_NAMES
|
gotestsum --junitfile ${TEST_RESULTS}/gotestsum-report.xml -- $PACKAGE_NAMES
|
||||||
- name: Enforce Go Formatted Code
|
- name: Enforce Go Formatted Code
|
||||||
run: "[ `go fmt ./... | wc -l` -eq 0 ]"
|
run: "[ `go fmt ./... | wc -l` -eq 0 ]"
|
||||||
- uses: actions/upload-artifact@v4.3.4
|
- uses: actions/upload-artifact@v4.3.5
|
||||||
with:
|
with:
|
||||||
name: unit-tests
|
name: unit-tests
|
||||||
path: ${{ env.TEST_RESULTS }}
|
path: ${{ env.TEST_RESULTS }}
|
||||||
|
@ -206,7 +206,7 @@ jobs:
|
||||||
echo "Skip test for ${{ matrix.provider }} provider"
|
echo "Skip test for ${{ matrix.provider }} provider"
|
||||||
fi
|
fi
|
||||||
working-directory: integrationTest
|
working-directory: integrationTest
|
||||||
- uses: actions/upload-artifact@v4.3.4
|
- uses: actions/upload-artifact@v4.3.5
|
||||||
with:
|
with:
|
||||||
name: integration-tests-${{ matrix.provider }}
|
name: integration-tests-${{ matrix.provider }}
|
||||||
path: ${{ env.TEST_RESULTS }}
|
path: ${{ env.TEST_RESULTS }}
|
||||||
|
|
Loading…
Reference in a new issue