Skip to content

Commit

Permalink
Merge pull request #395 from hannesa2/dependabot/github_actions/speci…
Browse files Browse the repository at this point in the history
…al/actions/upload-artifact-4.3.1

Bump actions/upload-artifact from 3.1.2 to 4.3.1
  • Loading branch information
hannesa2 authored Feb 21, 2024
2 parents bbfd57f + ddb19a5 commit 1714c46
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/Android-CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,13 @@ jobs:
# api: 28
# tag: default
# abi: x86
# - uses: actions/upload-artifact@v3.1.2
# - uses: actions/upload-artifact@v4.3.1
# if: ${{ always() }}
# with:
# name: owncloudApp-Espresso-test-report
# path: ${{ github.workspace }}/**/build/reports/androidTests/connected/*
# - name: Save logcat output
# uses: actions/upload-artifact@v3.1.2
# uses: actions/upload-artifact@v4.3.1
# if: failure()
# with:
# name: ownCloud-logcat
Expand All @@ -60,7 +60,7 @@ jobs:
- name: Code checks
run: ./gradlew check
- name: Archive Lint report
uses: actions/upload-artifact@v3.1.2
uses: actions/upload-artifact@v4.3.1
if: ${{ always() }}
with:
name: ownCloud-Lint-report
Expand Down

0 comments on commit 1714c46

Please sign in to comment.