1
0
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:
renovate[bot] 2025-01-15 16:21:23 +00:00 committed by GitHub
parent 6dfccc5753
commit 90dea7b94e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 8 additions and 8 deletions

View File

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

View File

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