Skip to content

Commit

Permalink
Fix usages of deprecated actions
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Farr <tsfarr@amazon.com>
  • Loading branch information
Xtansia committed Sep 11, 2024
1 parent a76f9d1 commit eee44c7
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 eee44c7

Please sign in to comment.