Skip to content

Commit a4778cc

Browse files
authored
Merge pull request #136 from 4drian3d/renovate/major-github-artifact-actions
chore(deps): update actions/upload-artifact action to v6
2 parents 5b276aa + eec3aa1 commit a4778cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ClientCatcherBuild.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
max_attempts: 2
2525
command: gradle build
2626
- name: Upload build artifact
27-
uses: actions/upload-artifact@v5
27+
uses: actions/upload-artifact@v6
2828
with:
2929
name: ClientCatcher
3030
path: build/libs/ClientCatcher-*.jar

0 commit comments

Comments
 (0)