Skip to content

Commit 8f86901

Browse files
authored
fix: broken cicd pipeline (#9)
* fix: deprecated action usage * fix: deprecated action usage
1 parent 375fd56 commit 8f86901

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-project.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
- name: Set up Docker Buildx
5757
uses: docker/setup-buildx-action@v2
5858
- name: Download JARs
59-
uses: actions/download-artifact@v2
59+
uses: actions/download-artifact@v4
6060
with:
6161
name: artifacts
6262
path: .github

.github/workflows/pr-merged.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
- name: Set up Docker Buildx
6969
uses: docker/setup-buildx-action@v2
7070
- name: Download JARs
71-
uses: actions/download-artifact@v2
71+
uses: actions/download-artifact@v4
7272
with:
7373
name: artifacts
7474
path: .github

0 commit comments

Comments
 (0)