File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 31
31
- name : Maven tests
32
32
run : mvn verify
33
33
- name : Upload XBuilder e2e Yaml files
34
- uses : actions/upload-artifact@v3
34
+ uses : actions/upload-artifact@v4
35
35
with :
36
36
name : xbuilder-e2e-yaml
37
37
path : xbuilder/quarkus-extension/integration-tests/src/test/resources/e2e/
53
53
- name : Maven tests
54
54
run : mvn install -DskipTests
55
55
- name : Download XBuilder e2e Yaml files
56
- uses : actions/download-artifact@v3
56
+ uses : actions/download-artifact@v4
57
57
with :
58
58
name : xbuilder-e2e-yaml
59
59
path : xbuilder/quarkus-extension/integration-tests/src/test/resources/e2e/
79
79
- name : Maven tests
80
80
run : mvn install -DskipTests
81
81
- name : Download XBuilder e2e Yaml files
82
- uses : actions/download-artifact@v3
82
+ uses : actions/download-artifact@v4
83
83
with :
84
84
name : xbuilder-e2e-yaml
85
85
path : xbuilder/quarkus-extension/integration-tests/src/test/resources/e2e/
You can’t perform that action at this time.
0 commit comments