Skip to content

Commit

Permalink
Merge pull request #1928 from 1c-syntax/dependabot/github_actions/act…
Browse files Browse the repository at this point in the history
…ions/upload-artifact-2.3.0
  • Loading branch information
nixel2007 authored Dec 8, 2021
2 parents 10c10c2 + 7870558 commit 519f13c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
run: ./gradlew check --stacktrace
- name: Archive test results
if: failure()
uses: actions/upload-artifact@v2.2.4
uses: actions/upload-artifact@v2.3.0
with:
name: junit_report_${{ matrix.os }}_${{ matrix.java_version }}
path: build/reports/tests/test
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ jobs:
start()
shell: python
- name: Upload artifact
uses: actions/upload-artifact@v2.2.4
uses: actions/upload-artifact@v2.3.0
with:
name: bsl-language-server_${{ matrix.prefix }}.zip
path: ./${{ matrix.app-image }}
Expand Down

0 comments on commit 519f13c

Please sign in to comment.