Skip to content

Commit

Permalink
Merge pull request #57 from 1c-syntax/dependabot/github_actions/actio…
Browse files Browse the repository at this point in the history
…ns/upload-artifact-4.3.1

Bump actions/upload-artifact from 4.3.0 to 4.3.1
  • Loading branch information
theshadowco authored Feb 7, 2024
2 parents eb3b7cb + 94ab0d0 commit 1abfe50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
run: ./gradlew check --stacktrace
- name: Archive test results
if: failure()
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
name: junit_report_${{ matrix.os }}_${{ matrix.java_version }}
path: build/reports/tests/test

0 comments on commit 1abfe50

Please sign in to comment.