Skip to content

Commit 900b54e

Browse files
committed
chore: fixed upload-artifact in build job
1 parent 5064844 commit 900b54e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ jobs:
114114
uses: github/codeql-action/analyze@v3
115115
with:
116116
category: "/language:${{matrix.language}}" # defining the language for the CodeQL analysis
117-
- uses: actions/upload-artifact@v4 # uploading the artifact to the GitHub Artifacts. Link to the documentation - https://docs.github.com/en/actions/guides/storing-workflow-data-as-artifacts
117+
- uses: actions/upload-artifact@v3 # uploading the artifact to the GitHub Artifacts. Link to the documentation - https://docs.github.com/en/actions/guides/storing-workflow-data-as-artifacts
118118
with:
119119
name: jar-artifact # naming the artifact jar file/s path
120120
path: target/ # actual relative path to the artifact in the container - target/

0 commit comments

Comments
 (0)