mirror of
https://github.com/SAP/jenkins-library.git
synced 2025-01-16 05:16:08 +02:00
chore(deps): update github artifact actions to v4
This commit is contained in:
parent
6dfccc5753
commit
90dea7b94e
8
.github/workflows/integration-tests-pr.yml
vendored
8
.github/workflows/integration-tests-pr.yml
vendored
@ -82,7 +82,7 @@ jobs:
|
||||
run: CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -o piper -tags release
|
||||
- name: Upload Piper binary
|
||||
if: success()
|
||||
uses: actions/upload-artifact@v3
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: piper
|
||||
path: piper
|
||||
@ -110,7 +110,7 @@ jobs:
|
||||
echo "matrix=$(go run .github/workflows/parse_integration_test_list.go -file ./integration/github_actions_integration_test_list.yml)" >> "$GITHUB_OUTPUT"
|
||||
- name: Upload integration tests binary
|
||||
if: success()
|
||||
uses: actions/upload-artifact@v3
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: integration_tests
|
||||
path: integration_tests
|
||||
@ -134,11 +134,11 @@ jobs:
|
||||
with:
|
||||
go-version: ${{ needs.start.outputs.go_version }}
|
||||
- name: Download Piper binary
|
||||
uses: actions/download-artifact@v3
|
||||
uses: actions/download-artifact@v4
|
||||
with:
|
||||
name: piper
|
||||
- name: Download integration tests binary
|
||||
uses: actions/download-artifact@v3
|
||||
uses: actions/download-artifact@v4
|
||||
with:
|
||||
name: integration_tests
|
||||
path: ./integration/
|
||||
|
8
.github/workflows/integration-tests.yml
vendored
8
.github/workflows/integration-tests.yml
vendored
@ -53,7 +53,7 @@ jobs:
|
||||
run: CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -o piper -tags release
|
||||
- name: Upload Piper binary
|
||||
if: success()
|
||||
uses: actions/upload-artifact@v3
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: piper
|
||||
path: piper
|
||||
@ -82,7 +82,7 @@ jobs:
|
||||
echo "matrix=$(go run .github/workflows/parse_integration_test_list.go -file ./integration/github_actions_integration_test_list.yml)" >> "$GITHUB_OUTPUT"
|
||||
- name: Upload integration tests binary
|
||||
if: success()
|
||||
uses: actions/upload-artifact@v3
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: integration_tests
|
||||
path: integration_tests
|
||||
@ -106,11 +106,11 @@ jobs:
|
||||
with:
|
||||
go-version: ${{ needs.start.outputs.go_version }}
|
||||
- name: Download Piper binary
|
||||
uses: actions/download-artifact@v3
|
||||
uses: actions/download-artifact@v4
|
||||
with:
|
||||
name: piper
|
||||
- name: Download integration tests binary
|
||||
uses: actions/download-artifact@v3
|
||||
uses: actions/download-artifact@v4
|
||||
with:
|
||||
name: integration_tests
|
||||
path: ./integration/
|
||||
|
Loading…
Reference in New Issue
Block a user