Skip to content

Commit

Permalink
fix: upgrade upload-artifact to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Prahl committed Feb 6, 2025
1 parent 1696d7e commit 7fc1001
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -544,7 +544,7 @@ jobs:
run: cd ./code && skaffold build --filename=../skaffold.yaml --file-output=build.json
- name: Archive build reference
if: '!inputs.skip-build'
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: build-ref
path: ./code/build.json
Expand Down
2 changes: 1 addition & 1 deletion pkg/common/deploy-integration.cue
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ import "list"
{
name: "Archive build reference"
if: "!inputs.skip-build"
uses: "actions/upload-artifact@v3"
uses: "actions/upload-artifact@v4"
with: {
name: "build-ref"
path: "./code/build.json"
Expand Down

0 comments on commit 7fc1001

Please sign in to comment.