We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent acbeca6 commit 4bd6005Copy full SHA for 4bd6005
.github/workflows/cron_e2e.yaml
@@ -22,7 +22,7 @@ jobs:
22
run: make build
23
24
- name: upload build
25
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
26
with:
27
name: konstraint
28
path: build/konstraint
.github/workflows/pull_request.yaml
@@ -40,7 +40,7 @@ jobs:
40
41
42
43
44
45
name: konstraint-${{ matrix.os }}
46
0 commit comments