Skip to content

Commit

Permalink
update remaining action and remove deprecated setting
Browse files Browse the repository at this point in the history
  • Loading branch information
dazfuller authored May 27, 2023
1 parent 37cb527 commit 5978645
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/spark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
env_vars: ${{ matrix.sparkVersion }}
fail_ci_if_error: true
name: spark-excel
path_to_write_report: ./target/spark-${{ matrix.sparkVersion }}/scala-2.12/coverage-report/codecov_report.txt
# path_to_write_report: ./target/spark-${{ matrix.sparkVersion }}/scala-2.12/coverage-report/codecov_report.txt
verbose: true

- name: Create assembly
Expand All @@ -49,7 +49,7 @@ jobs:

- name: Upload the package
if: ${{ github.event_name != 'pull_request' }}
uses: actions/upload-artifact@v2.2.4
uses: actions/upload-artifact@v3.1.2
with:
path: ./target/spark-${{ matrix.sparkVersion }}/scala-2.12/spark-excel*.jar
if-no-files-found: warn

0 comments on commit 5978645

Please sign in to comment.