Skip to content

Commit e4a96f6

Browse files
committed
chore: update upload-artifact action to v4.4.3 in ci.yml
1 parent 979abe4 commit e4a96f6

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
@@ -116,7 +116,7 @@ jobs:
116116
with:
117117
category: "/language:java"
118118
# category: "/language:${{matrix.language}}" # defining the language for the CodeQL analysis
119-
- 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
119+
- uses: actions/upload-artifact@v4.4.3 # uploading the artifact to the GitHub Artifacts. Link to the documentation - https://docs.github.com/en/actions/guides/storing-workflow-data-as-artifacts
120120
with:
121121
name: jar-artifact # naming the artifact jar file/s path
122122
path: target/ # actual relative path to the artifact in the container - target/

0 commit comments

Comments
 (0)