Skip to content

Commit 7f126ae

Browse files
authored
Merge pull request #132 from MiniPlaceholders/renovate/major-github-artifact-actions
chore(deps): update actions/upload-artifact action to v6
2 parents f11f408 + 374caca commit 7f126ae

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
@@ -19,7 +19,7 @@ jobs:
1919
cache: 'gradle'
2020
- run: ./gradlew build --no-daemon
2121
- name: Upload build artifact
22-
uses: actions/upload-artifact@v5
22+
uses: actions/upload-artifact@v6
2323
with:
2424
name: Expressions-Provider
2525
path: jar/ExpressionsProvider-*.jar

0 commit comments

Comments
 (0)