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 f03b247 commit 8445449Copy full SHA for 8445449
.github/workflows/ci.yml
@@ -53,7 +53,7 @@ jobs:
53
- name: Maven tests
54
run: mvn install -DskipTests
55
- name: Download XBuilder e2e Yaml files
56
- uses: actions/download-artifact@v3
+ uses: actions/download-artifact@v4
57
with:
58
name: xbuilder-e2e-yaml
59
path: xbuilder/quarkus-extension/integration-tests/src/test/resources/e2e/
@@ -79,7 +79,7 @@ jobs:
79
80
81
82
83
84
85
0 commit comments