mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2025-01-16 12:28:06 +08:00
CICD: Bumps actions/upload-artifact from 3.1.3 to 4.3.0 (#2831)
This commit is contained in:
parent
139cc2826f
commit
2cb4dcfc5a
1 changed files with 6 additions and 4 deletions
10
.github/workflows/pr_test.yml
vendored
10
.github/workflows/pr_test.yml
vendored
|
@ -40,9 +40,10 @@ 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@v3.1.3
|
- uses: actions/upload-artifact@v4.3.0
|
||||||
with:
|
with:
|
||||||
path: "/tmp/test-results"
|
name: unit-tests
|
||||||
|
path: $TEST_RESULTS
|
||||||
|
|
||||||
# Stringer is needed because .goreleaser includes "go generate ./..."
|
# Stringer is needed because .goreleaser includes "go generate ./..."
|
||||||
- name: Install stringer
|
- name: Install stringer
|
||||||
|
@ -200,6 +201,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@v3.1.3
|
- uses: actions/upload-artifact@v4.3.0
|
||||||
with:
|
with:
|
||||||
path: "/tmp/test-results"
|
name: integration-tests-${{ matrix.provider }}
|
||||||
|
path: $TEST_RESULTS
|
||||||
|
|
Loading…
Reference in a new issue