Skip to content

Commit 8445449

Browse files
GitHub Actions(deps): Bump actions/download-artifact from 3 to 4
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3 to 4. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v3...v4) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent f03b247 commit 8445449

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
- name: Maven tests
5454
run: mvn install -DskipTests
5555
- name: Download XBuilder e2e Yaml files
56-
uses: actions/download-artifact@v3
56+
uses: actions/download-artifact@v4
5757
with:
5858
name: xbuilder-e2e-yaml
5959
path: xbuilder/quarkus-extension/integration-tests/src/test/resources/e2e/
@@ -79,7 +79,7 @@ jobs:
7979
- name: Maven tests
8080
run: mvn install -DskipTests
8181
- name: Download XBuilder e2e Yaml files
82-
uses: actions/download-artifact@v3
82+
uses: actions/download-artifact@v4
8383
with:
8484
name: xbuilder-e2e-yaml
8585
path: xbuilder/quarkus-extension/integration-tests/src/test/resources/e2e/

0 commit comments

Comments
 (0)