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:
dependabot[bot] 2023-12-18 11:33:32 -05:00 committed by GitHub
parent b5d6b066a9
commit 0ca55815f8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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