Skip to content

Commit

Permalink
Bump actions/upload-artifact version
Browse files Browse the repository at this point in the history
  • Loading branch information
MrHadiSatrio committed Sep 18, 2024
1 parent fea91f5 commit 337594c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
run: ./gradlew check --no-daemon --stacktrace "-Dorg.gradle.jvmargs=-Xmx2048m -XX:MaxMetaspaceSize=2048m"

- name: Archive sample HTML report
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: report
path: sample/app/build/reports/ruler/release/report.html
Expand Down

0 comments on commit 337594c

Please sign in to comment.