mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2025-01-11 18:08:57 +08:00
Build(deps): Bump actions/upload-artifact from 3.1.3 to 4.0.0 (#2731)
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
b5d6b066a9
commit
0ca55815f8
1 changed files with 4 additions and 4 deletions
8
.github/workflows/pr_test.yml
vendored
8
.github/workflows/pr_test.yml
vendored
|
@ -29,7 +29,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@v3.1.3
|
- uses: actions/upload-artifact@v4.0.0
|
||||||
with:
|
with:
|
||||||
path: "/tmp/test-results"
|
path: "/tmp/test-results"
|
||||||
|
|
||||||
|
@ -200,7 +200,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.0.0
|
||||||
with:
|
with:
|
||||||
path: "/tmp/test-results"
|
path: "/tmp/test-results"
|
||||||
# release:
|
# release:
|
||||||
|
@ -229,10 +229,10 @@ jobs:
|
||||||
# - name: Install goreleaser
|
# - name: Install goreleaser
|
||||||
# run: go install github.com/goreleaser/goreleaser@latest
|
# run: go install github.com/goreleaser/goreleaser@latest
|
||||||
# - run: goreleaser release
|
# - run: goreleaser release
|
||||||
# - uses: actions/upload-artifact@v3.1.3
|
# - uses: actions/upload-artifact@v4.0.0
|
||||||
# with:
|
# with:
|
||||||
# path: dist
|
# path: dist
|
||||||
# - uses: actions/upload-artifact@v3.1.3
|
# - uses: actions/upload-artifact@v4.0.0
|
||||||
# with:
|
# with:
|
||||||
# path: |-
|
# path: |-
|
||||||
# dist/*.rpm
|
# dist/*.rpm
|
||||||
|
|
Loading…
Reference in a new issue