[beam] 01/01: Bump actions/upload-artifact from 2 to 3

2023-08-24 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch 
dependabot/github_actions/actions/upload-artifact-3
in repository https://gitbox.apache.org/repos/asf/beam.git

commit 43118b47925bf40371f1ec8ebdcf7ad700b9cc7e
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Aug 24 21:08:17 2023 +

Bump actions/upload-artifact from 2 to 3

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] 
---
 .github/workflows/beam_PreCommit_SQL_Java17.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/beam_PreCommit_SQL_Java17.yml 
b/.github/workflows/beam_PreCommit_SQL_Java17.yml
index 9a1d71a0f74..cde075f265a 100644
--- a/.github/workflows/beam_PreCommit_SQL_Java17.yml
+++ b/.github/workflows/beam_PreCommit_SQL_Java17.yml
@@ -105,7 +105,7 @@ jobs:
   name: JUnit Test Results
   path: '**/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



[beam] 01/01: Bump actions/upload-artifact from 2 to 3

2023-08-29 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch 
dependabot/github_actions/actions/upload-artifact-3
in repository https://gitbox.apache.org/repos/asf/beam.git

commit 4663cef090f443a0c243742ebdd22640300067eb
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Aug 29 20:46:12 2023 +

Bump actions/upload-artifact from 2 to 3

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] 
---
 .github/workflows/beam_PreCommit_SQL_Java17.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/beam_PreCommit_SQL_Java17.yml 
b/.github/workflows/beam_PreCommit_SQL_Java17.yml
index 9a1d71a0f74..cde075f265a 100644
--- a/.github/workflows/beam_PreCommit_SQL_Java17.yml
+++ b/.github/workflows/beam_PreCommit_SQL_Java17.yml
@@ -105,7 +105,7 @@ jobs:
   name: JUnit Test Results
   path: '**/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



[beam] 01/01: Bump actions/upload-artifact from 2 to 3

2023-08-30 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch 
dependabot/github_actions/actions/upload-artifact-3
in repository https://gitbox.apache.org/repos/asf/beam.git

commit ca03cbb58b4147ab27e2174455e776205ec25b63
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Aug 30 14:52:25 2023 +

Bump actions/upload-artifact from 2 to 3

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] 
---
 .github/workflows/beam_PreCommit_Java_Examples_Dataflow_Java17.yml | 2 +-
 .github/workflows/beam_PreCommit_SQL_Java17.yml| 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/beam_PreCommit_Java_Examples_Dataflow_Java17.yml 
b/.github/workflows/beam_PreCommit_Java_Examples_Dataflow_Java17.yml
index 26c40d48fa3..7d55ba52674 100644
--- a/.github/workflows/beam_PreCommit_Java_Examples_Dataflow_Java17.yml
+++ b/.github/workflows/beam_PreCommit_Java_Examples_Dataflow_Java17.yml
@@ -120,7 +120,7 @@ jobs:
   name: JUnit Test Results
   path: '**/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 9a1d71a0f74..cde075f265a 100644
--- a/.github/workflows/beam_PreCommit_SQL_Java17.yml
+++ b/.github/workflows/beam_PreCommit_SQL_Java17.yml
@@ -105,7 +105,7 @@ jobs:
   name: JUnit Test Results
   path: '**/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



[beam] 01/01: Bump actions/upload-artifact from 2 to 3

2023-08-31 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch 
dependabot/github_actions/actions/upload-artifact-3
in repository https://gitbox.apache.org/repos/asf/beam.git

commit 3ae5b4c7647fa414b0970598fd54d3297a87a9be
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Aug 31 17:39:53 2023 +

Bump actions/upload-artifact from 2 to 3

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] 
---
 .github/workflows/beam_PreCommit_Java_Examples_Dataflow_Java17.yml | 2 +-
 .github/workflows/beam_PreCommit_SQL_Java17.yml| 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/beam_PreCommit_Java_Examples_Dataflow_Java17.yml 
b/.github/workflows/beam_PreCommit_Java_Examples_Dataflow_Java17.yml
index 26c40d48fa3..7d55ba52674 100644
--- a/.github/workflows/beam_PreCommit_Java_Examples_Dataflow_Java17.yml
+++ b/.github/workflows/beam_PreCommit_Java_Examples_Dataflow_Java17.yml
@@ -120,7 +120,7 @@ jobs:
   name: JUnit Test Results
   path: '**/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 64ee8a50546..3fd385bc9b5 100644
--- a/.github/workflows/beam_PreCommit_SQL_Java17.yml
+++ b/.github/workflows/beam_PreCommit_SQL_Java17.yml
@@ -110,7 +110,7 @@ jobs:
   name: JUnit Test Results
   path: '**/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'