mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2025-02-22 22:52:56 +08:00
Build(deps): Bump actions/upload-artifact from 4.5.0 to 4.6.0 (#3356)
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:
parent
5dbe5e84c9
commit
16159f303c
2 changed files with 2 additions and 2 deletions
2
.github/workflows/pr_build.yml
vendored
2
.github/workflows/pr_build.yml
vendored
|
@ -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.5.0
|
||||
- uses: actions/upload-artifact@v4.6.0
|
||||
with:
|
||||
name: unit-tests
|
||||
path: ${{ env.TEST_RESULTS }}
|
||||
|
|
2
.github/workflows/pr_integration_tests.yml
vendored
2
.github/workflows/pr_integration_tests.yml
vendored
|
@ -202,7 +202,7 @@ jobs:
|
|||
echo "Skip test for ${{ matrix.provider }} provider"
|
||||
fi
|
||||
working-directory: integrationTest
|
||||
- uses: actions/upload-artifact@v4.5.0
|
||||
- uses: actions/upload-artifact@v4.6.0
|
||||
with:
|
||||
name: integration-tests-${{ matrix.provider }}
|
||||
path: ${{ env.TEST_RESULTS }}
|
||||
|
|
Loading…
Reference in a new issue