Kaynağa Gözat

Maybe fix artifact upload?

malte0811 4 yıl önce
ebeveyn
işleme
57aa2b2582
1 değiştirilmiş dosya ile 2 ekleme ve 2 silme
  1. 2 2
      .github/workflows/build.yaml

+ 2 - 2
.github/workflows/build.yaml

@@ -19,10 +19,10 @@ jobs:
           key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle*', '**/gradle-wrapper.properties') }}
           restore-keys: |
             ${{ runner.os }}-gradle-
-      - name: Test on Java 8
+      - name: Build
         run: ./gradlew build
       - name: Upload artifacts
-        uses: actions/upload-artifact@v1
+        uses: actions/upload-artifact@v2
         with:
           name: build-artifacts
           path: |