Skip to content

Commit

Permalink
fix: broken cicd pipeline (#9)
Browse files Browse the repository at this point in the history
* fix: deprecated action usage

* fix: deprecated action usage
  • Loading branch information
jobulcke authored Sep 12, 2024
1 parent 375fd56 commit 8f86901
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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
2 changes: 1 addition & 1 deletion .github/workflows/pr-merged.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 8f86901

Please sign in to comment.