Skip to content

Commit

Permalink
Fix usages of deprecated actions (#515)
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Farr <[email protected]>
  • Loading branch information
Xtansia committed Sep 11, 2024
1 parent fbd9d31 commit 766ae02
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_hive.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:

- name: Publish Test Results
if: failure()
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: test-results-${{ matrix.os }}
path: '**/build/test-results'
2 changes: 1 addition & 1 deletion .github/workflows/build_mr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:

- name: Publish Test Results
if: failure()
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: test-results-${{ matrix.os }}
path: '**/build/test-results'
2 changes: 1 addition & 1 deletion .github/workflows/build_spark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:

- name: Publish Test Results
if: failure()
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: test-results-${{ matrix.os }}
path: '**/build/test-results'
2 changes: 1 addition & 1 deletion .github/workflows/build_spark_20.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:

- name: Publish Test Results
if: failure()
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: test-results-${{ matrix.os }}
path: '**/build/test-results'
2 changes: 1 addition & 1 deletion .github/workflows/build_spark_20_scala_210.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:

- name: Publish Test Results
if: failure()
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: test-results-${{ matrix.os }}
path: '**/build/test-results'
2 changes: 1 addition & 1 deletion .github/workflows/build_spark_20_scala_211.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:

- name: Publish Test Results
if: failure()
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: test-results-${{ matrix.os }}
path: '**/build/test-results'
2 changes: 1 addition & 1 deletion .github/workflows/build_spark_30.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:

- name: Publish Test Results
if: failure()
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: test-results-${{ matrix.os }}
path: '**/build/test-results'
2 changes: 1 addition & 1 deletion .github/workflows/build_spark_30_scala_213.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:

- name: Publish Test Results
if: failure()
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: test-results-${{ matrix.os }}
path: '**/build/test-results'

0 comments on commit 766ae02

Please sign in to comment.