This is an automated email from the ASF dual-hosted git repository.
damccorm pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git
The following commit(s) were added to refs/heads/master by this push:
new 778ae5ff86b Bump actions/upload-artifact from 2 to 3 (#28006)
778ae5ff86b is described below
commit 778ae5ff86b1528381c269ff89713dd7b9542917
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Sep 26 09:46:26 2023 -0400
Bump actions/upload-artifact from 2 to 3 (#28006)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact)
from 2 to 3.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](https://github.com/actions/upload-artifact/compare/v2...v3)
---
updated-dependencies:
- dependency-name: actions/upload-artifact
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
.github/workflows/beam_PreCommit_Java_Examples_Dataflow_Java17.yml | 2 +-
.github/workflows/beam_PreCommit_SQL.yml | 2 +-
.github/workflows/beam_PreCommit_SQL_Java17.yml | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/.github/workflows/beam_PreCommit_Java_Examples_Dataflow_Java17.yml
b/.github/workflows/beam_PreCommit_Java_Examples_Dataflow_Java17.yml
index 6bfcf7fe037..9d4b798c4f3 100644
--- a/.github/workflows/beam_PreCommit_Java_Examples_Dataflow_Java17.yml
+++ b/.github/workflows/beam_PreCommit_Java_Examples_Dataflow_Java17.yml
@@ -133,7 +133,7 @@ jobs:
comment_mode: ${{ github.event_name == 'issue_comment' && 'always'
|| 'off' }}
files: '**/build/test-results/**/*.xml'
- name: Archive SpotBugs Results
- uses: actions/upload-artifact@v2
+ uses: actions/upload-artifact@v3
with:
name: SpotBugs Results
path: '**/build/reports/spotbugs/*.html'
\ No newline at end of file
diff --git a/.github/workflows/beam_PreCommit_SQL.yml
b/.github/workflows/beam_PreCommit_SQL.yml
index 18d84b219d5..5a3135562e2 100644
--- a/.github/workflows/beam_PreCommit_SQL.yml
+++ b/.github/workflows/beam_PreCommit_SQL.yml
@@ -105,7 +105,7 @@ jobs:
comment_mode: ${{ github.event_name == 'issue_comment' && 'always'
|| 'off' }}
files: '**/build/test-results/**/*.xml'
- name: Archive SpotBugs Results
- uses: actions/upload-artifact@v2
+ uses: actions/upload-artifact@v3
with:
name: SpotBugs Results
path: '**/build/reports/spotbugs/*.html'
\ No newline at end of file
diff --git a/.github/workflows/beam_PreCommit_SQL_Java17.yml
b/.github/workflows/beam_PreCommit_SQL_Java17.yml
index b493dd7f5fe..468c821bec1 100644
--- a/.github/workflows/beam_PreCommit_SQL_Java17.yml
+++ b/.github/workflows/beam_PreCommit_SQL_Java17.yml
@@ -111,7 +111,7 @@ jobs:
name: JUnit Test Results
path: "**/build/reports/tests/"
- name: Archive SpotBugs Results
- uses: actions/upload-artifact@v2
+ uses: actions/upload-artifact@v3
with:
name: SpotBugs Results
path: '**/build/reports/spotbugs/*.html'