Skip to content

Commit 98feeca

Browse files
author
Chris Prahl
committed
fix: upgrade upload-artifact to v4
1 parent 1696d7e commit 98feeca

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/deploy-integration.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -544,7 +544,7 @@ jobs:
544544
run: cd ./code && skaffold build --filename=../skaffold.yaml --file-output=build.json
545545
- name: Archive build reference
546546
if: '!inputs.skip-build'
547-
uses: actions/upload-artifact@v3
547+
uses: actions/upload-artifact@v4
548548
with:
549549
name: build-ref
550550
path: ./code/build.json

pkg/common/deploy-integration.cue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ import "list"
228228
{
229229
name: "Archive build reference"
230230
if: "!inputs.skip-build"
231-
uses: "actions/upload-artifact@v3"
231+
uses: "actions/upload-artifact@v4"
232232
with: {
233233
name: "build-ref"
234234
path: "./code/build.json"

0 commit comments

Comments
 (0)