Skip to content

Commit cc72dfd

Browse files
chore(deps): update actions/upload-artifact action to v4 (#147)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 753caf3 commit cc72dfd

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
@@ -52,7 +52,7 @@ jobs:
5252
run: ./gradlew buildPlugin
5353

5454
- name: Upload JAR
55-
uses: actions/upload-artifact@v3
55+
uses: actions/upload-artifact@v4
5656
with:
5757
name: "Catppuccin Theme-Snapshot.jar"
5858
path: build/libs/*.jar

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
run: ./gradlew buildPlugin
5959

6060
- name: Upload JAR
61-
uses: actions/upload-artifact@v3
61+
uses: actions/upload-artifact@v4
6262
with:
6363
name: ${{ env.name }}-${{ env.version }}.jar
6464
path: build/libs/*.jar

0 commit comments

Comments
 (0)