Skip to content

Commit

Permalink
Merge branch 'main' into feat/processor-service
Browse files Browse the repository at this point in the history
  • Loading branch information
jobulcke authored Sep 12, 2024
2 parents 5116c2f + 8f86901 commit 0280e54
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
- name: Download JARs
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4
with:
name: artifacts
path: .github
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pr-merged.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Upload JARs
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: artifacts
path: |
Expand All @@ -68,7 +68,7 @@ jobs:
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
- name: Download JARs
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4
with:
name: artifacts
path: .github
Expand Down

0 comments on commit 0280e54

Please sign in to comment.