Skip to content

Commit 9bb5fc8

Browse files
Bump actions/upload-artifact from 5 to 6 in the actions group (#2)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent fa76a0c commit 9bb5fc8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
run: ./gradlew build
3434

3535
- name: Upload Plugin Artifact
36-
uses: actions/upload-artifact@v5
36+
uses: actions/upload-artifact@v6
3737
with:
3838
name: plugin
3939
path: build/libs/*.jar

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
run: ./gradlew build
3131

3232
- name: Upload Plugin Artifact
33-
uses: actions/upload-artifact@v5
33+
uses: actions/upload-artifact@v6
3434
with:
3535
name: plugin
3636
path: build/libs/*.jar

0 commit comments

Comments
 (0)