Skip to content

Commit

Permalink
Merge pull request #1000 from jcarranzan/unstable-downloads-artifactv4
Browse files Browse the repository at this point in the history
Change maven-repo names to be unique
  • Loading branch information
michalvavrik authored Dec 22, 2023
2 parents f38097e + 47f303d commit 3d7dab6
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/daily.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ jobs:
- name: Download Maven Repo
uses: actions/download-artifact@v4
with:
name: maven-repo
name: maven-repo-linux-build-jvm
path: .
- name: Extract Maven Repo
shell: bash
Expand Down Expand Up @@ -225,7 +225,7 @@ jobs:
- name: Download Maven Repo
uses: actions/download-artifact@v4
with:
name: maven-repo
name: maven-repo-linux-build-native
path: .
- name: Extract Maven Repo
shell: bash
Expand Down Expand Up @@ -278,7 +278,7 @@ jobs:
- name: Download Maven Repo
uses: actions/download-artifact@v4
with:
name: maven-repo
name: maven-repo-windows-build-jvm
path: .
- name: Extract Maven Repo
shell: bash
Expand Down Expand Up @@ -338,7 +338,7 @@ jobs:
- name: Download Maven Repo
uses: actions/download-artifact@v4
with:
name: maven-repo
name: maven-repo-windows-build-native
path: .
- name: Extract Maven Repo
shell: bash
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Persist Maven Repo
uses: actions/upload-artifact@v4
with:
name: maven-repo-current-fw
name: maven-repo-current-fw${{matrix.java}}
path: maven-repo-current-fw.tgz
retention-days: 1
quarkus-main-build:
Expand Down Expand Up @@ -62,7 +62,7 @@ jobs:
- name: Persist Maven Repo
uses: actions/upload-artifact@v4
with:
name: maven-repo
name: maven-repo${{matrix.java}}
path: maven-repo.tgz
retention-days: 1
linux-build-jvm-released:
Expand Down Expand Up @@ -97,7 +97,7 @@ jobs:
- name: Download Maven Repo
uses: actions/download-artifact@v4
with:
name: maven-repo-current-fw
name: maven-repo-current-fw${{matrix.java}}
path: .
- name: Extract Maven Repo
shell: bash
Expand Down Expand Up @@ -145,7 +145,7 @@ jobs:
- name: Download Maven Repo
uses: actions/download-artifact@v4
with:
name: maven-repo
name: maven-repo${{matrix.java}}
path: .
- name: Extract Maven Repo
shell: bash
Expand Down Expand Up @@ -208,7 +208,7 @@ jobs:
- name: Download Maven Repo
uses: actions/download-artifact@v4
with:
name: maven-repo-current-fw
name: maven-repo-current-fw${{matrix.java}}
path: .
- name: Extract Maven Repo
shell: bash
Expand Down Expand Up @@ -257,7 +257,7 @@ jobs:
- name: Download Maven Repo
uses: actions/download-artifact@v4
with:
name: maven-repo
name: maven-repo${{matrix.java}}
path: .
- name: Extract Maven Repo
shell: bash
Expand Down

0 comments on commit 3d7dab6

Please sign in to comment.