Skip to content

Commit

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

Bump actions/upload-artifact from 3.1.3 to 4.0.0
  • Loading branch information
nixel2007 authored Dec 16, 2023
2 parents f71d777 + 49fea39 commit 812cf04
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/upload-artifact@v3.1.3
uses: actions/upload-artifact@v4.0.0
with:
name: junit_report_${{ matrix.os }}_${{ matrix.java_version }}
path: build/reports/tests/test

0 comments on commit 812cf04

Please sign in to comment.