Skip to content

Commit

Permalink
Merge pull request #206 from vespa-engine/renovate/actions-upload-art…
Browse files Browse the repository at this point in the history
…ifact-4.x

Update actions/upload-artifact action to v4
  • Loading branch information
kkraune authored Dec 22, 2023
2 parents 3c7d844 + fe3b174 commit fb681dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-ui.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
yarn install
yarn build
- name: Upload artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: site-artifacts
path: build
Expand Down

0 comments on commit fb681dc

Please sign in to comment.