We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 375fd56 commit 8f86901Copy full SHA for 8f86901
.github/workflows/build-project.yml
@@ -56,7 +56,7 @@ jobs:
56
- name: Set up Docker Buildx
57
uses: docker/setup-buildx-action@v2
58
- name: Download JARs
59
- uses: actions/download-artifact@v2
+ uses: actions/download-artifact@v4
60
with:
61
name: artifacts
62
path: .github
.github/workflows/pr-merged.yml
@@ -68,7 +68,7 @@ jobs:
68
69
70
71
72
73
74
0 commit comments