Skip to content

Commit

Permalink
Merge pull request #65 from treasure-data/update-actions/upload-artifact
Browse files Browse the repository at this point in the history
Update upload artifact to v4
  • Loading branch information
minidragon88 authored Nov 8, 2024
2 parents 9893745 + 6b5f619 commit 729ee54
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Build with testing
run: ./gradlew check --console rich --info

- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
if: always()
with:
name: tests
Expand All @@ -32,7 +32,7 @@ jobs:
if: success()
run: ./gradlew jacocoTestReport

- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
if: success()
with:
name: jacoco
Expand Down
6 changes: 4 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
plugins {
id "com.jfrog.bintray" version "1.7.3"
id "java"
id "checkstyle"
id "jacoco"
id 'org.embulk.embulk-plugins' version '0.4.2'
id "org.embulk.embulk-plugins" version "0.4.2"
id "maven"
id 'maven-publish'
id "signing"
}

repositories {
Expand Down

0 comments on commit 729ee54

Please sign in to comment.