Skip to content

Commit 280f412

Browse files
authored
Merge pull request #963 from kcp-dev/dependabot/github_actions/actions/upload-artifact-3
build(deps): bump actions/upload-artifact from 2 to 3
2 parents c196962 + 2cb093b commit 280f412

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/demos.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
cd tests
3030
../contrib/demo/runDemos.sh -t
3131
- name: Archive Demo test results
32-
uses: actions/upload-artifact@v2
32+
uses: actions/upload-artifact@v3
3333
if: failure()
3434
with:
3535
name: demo-tests

0 commit comments

Comments
 (0)