Skip to content

Commit 558e7d2

Browse files
authored
update upload action (#129)
* update upload action * update license checker * update licenses
1 parent a540809 commit 558e7d2

File tree

4 files changed

+11
-10
lines changed

4 files changed

+11
-10
lines changed

.github/workflows/check-licenses.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
uses: actions/checkout@v4
3434
with:
3535
repository: eclipse-velocitas/license-check
36-
ref: v1.2.3
36+
ref: v1.2
3737
path: .github/actions/license-check
3838

3939
- name: Run License Checker
@@ -45,9 +45,10 @@ jobs:
4545
generate-dash: true
4646

4747
- name: Setup Java JDK
48-
uses: actions/setup-java@v1.4.4
48+
- uses: actions/setup-java@v4
4949
with:
50-
java-version: 11.0.19
50+
distribution: 'temurin'
51+
java-version: '11.0.19'
5152

5253
- name: Run dash
5354
shell: bash
@@ -57,7 +58,7 @@ jobs:
5758
java -jar dash.jar clearlydefined.input -summary DEPENDENCIES
5859
5960
- name: Upload dash input/output as artifacts
60-
uses: actions/upload-artifact@v3
61+
uses: actions/upload-artifact@v4
6162
if: always()
6263
with:
6364
name: "dash-artifacts"

.github/workflows/project-creation.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ jobs:
118118
pytest -sx .devcontainer/tests/automated_tests
119119
120120
- name: Upload logs
121-
uses: actions/upload-artifact@v3
121+
uses: actions/upload-artifact@v4
122122
if: always()
123123
with:
124124
name: logs_${{ matrix.example }}

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
python3 setup.py sdist
5555
5656
- name: Upload artifacts
57-
uses: actions/upload-artifact@v3
57+
uses: actions/upload-artifact@v4
5858
with:
5959
name: release
6060
path: ./dist

NOTICE-3RD-PARTY-CONTENT.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
|opentelemetry-semantic-conventions|0.36b0|Apache 2.0|
4242
|packaging|23.1|Apache 2.0<br/>BSD|
4343
|paho-mqtt|1.6.1|OSI Approved|
44-
|pip|24.0|MIT|
44+
|pip|23.0.1|MIT|
4545
|pip-tools|7.3.0|BSD|
4646
|platformdirs|4.2.0|MIT|
4747
|pluggy|1.4.0|MIT|
@@ -54,7 +54,7 @@
5454
|pytest-cov|4.1.0|MIT|
5555
|pytz|2024.1|MIT|
5656
|PyYAML|6.0.1|MIT|
57-
|setuptools|58.1.0|MIT|
57+
|setuptools|65.5.1|MIT|
5858
|six|1.16.0|MIT|
5959
|tomli|2.0.1|MIT|
6060
|tox|4.11.4|MIT|
@@ -71,10 +71,10 @@
7171
| Dependency | Version | License |
7272
|:-----------|:-------:|--------:|
7373
|actions/checkout|v4|MIT License|
74-
|actions/setup-java|v1.4.4|MIT License|
74+
|actions/setup-java|v4|MIT License|
7575
|actions/setup-node|v4|MIT License|
7676
|actions/setup-python|v5|MIT License|
77-
|actions/upload-artifact|v3|MIT License|
77+
|actions/upload-artifact|v4|MIT License|
7878
|danielpalme/ReportGenerator-GitHub-Action|5.2.0|Apache License 2.0|
7979
|devcontainers/ci|v0.3|MIT License|
8080
|github/codeql-action|v2|MIT License|

0 commit comments

Comments
 (0)