Skip to content

Commit c0a6723

Browse files
authored
Merge pull request #26 from SimY4/dependabot/github_actions/actions/upload-artifact-6
Bump actions/upload-artifact from 5 to 6
2 parents 8a5f0e7 + 7c0c3fe commit c0a6723

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
echo "filename=${FILENAME:0:-4}" >> $GITHUB_OUTPUT
4646
4747
- name: Upload JAR
48-
uses: actions/upload-artifact@v5
48+
uses: actions/upload-artifact@v6
4949
with:
5050
name: ${{ steps.artifact.outputs.filename }}
5151
path: ./build/distributions/content/*/*

0 commit comments

Comments
 (0)