mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2024-05-11 05:55:12 +00:00
Build(deps): Bump actions/upload-artifact from 4.3.1 to 4.3.3 (#2920)
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:
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
|
||||
- name: Enforce Go Formatted Code
|
||||
run: "[ `go fmt ./... | wc -l` -eq 0 ]"
|
||||
- uses: actions/upload-artifact@v4.3.1
|
||||
- uses: actions/upload-artifact@v4.3.3
|
||||
with:
|
||||
name: unit-tests
|
||||
path: ${{ env.TEST_RESULTS }}
|
||||
@ -201,7 +201,7 @@ jobs:
|
||||
echo "Skip test for ${{ matrix.provider }} provider"
|
||||
fi
|
||||
working-directory: integrationTest
|
||||
- uses: actions/upload-artifact@v4.3.1
|
||||
- uses: actions/upload-artifact@v4.3.3
|
||||
with:
|
||||
name: integration-tests-${{ matrix.provider }}
|
||||
path: ${{ env.TEST_RESULTS }}
|
||||
|
Reference in New Issue
Block a user