Skip to content

Commit

Permalink
update upload action (#129)
Browse files Browse the repository at this point in the history
* update upload action

* update license checker

* update licenses
  • Loading branch information
MP91 authored Jun 26, 2024
1 parent a540809 commit 558e7d2
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 10 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/check-licenses.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
uses: actions/checkout@v4
with:
repository: eclipse-velocitas/license-check
ref: v1.2.3
ref: v1.2
path: .github/actions/license-check

- name: Run License Checker
Expand All @@ -45,9 +45,10 @@ jobs:
generate-dash: true

- name: Setup Java JDK
uses: actions/setup-java@v1.4.4
- uses: actions/setup-java@v4
with:
java-version: 11.0.19
distribution: 'temurin'
java-version: '11.0.19'

- name: Run dash
shell: bash
Expand All @@ -57,7 +58,7 @@ jobs:
java -jar dash.jar clearlydefined.input -summary DEPENDENCIES
- name: Upload dash input/output as artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
if: always()
with:
name: "dash-artifacts"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/project-creation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ jobs:
pytest -sx .devcontainer/tests/automated_tests
- name: Upload logs
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
if: always()
with:
name: logs_${{ matrix.example }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
python3 setup.py sdist
- name: Upload artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: release
path: ./dist
Expand Down
8 changes: 4 additions & 4 deletions NOTICE-3RD-PARTY-CONTENT.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
|opentelemetry-semantic-conventions|0.36b0|Apache 2.0|
|packaging|23.1|Apache 2.0<br/>BSD|
|paho-mqtt|1.6.1|OSI Approved|
|pip|24.0|MIT|
|pip|23.0.1|MIT|
|pip-tools|7.3.0|BSD|
|platformdirs|4.2.0|MIT|
|pluggy|1.4.0|MIT|
Expand All @@ -54,7 +54,7 @@
|pytest-cov|4.1.0|MIT|
|pytz|2024.1|MIT|
|PyYAML|6.0.1|MIT|
|setuptools|58.1.0|MIT|
|setuptools|65.5.1|MIT|
|six|1.16.0|MIT|
|tomli|2.0.1|MIT|
|tox|4.11.4|MIT|
Expand All @@ -71,10 +71,10 @@
| Dependency | Version | License |
|:-----------|:-------:|--------:|
|actions/checkout|v4|MIT License|
|actions/setup-java|v1.4.4|MIT License|
|actions/setup-java|v4|MIT License|
|actions/setup-node|v4|MIT License|
|actions/setup-python|v5|MIT License|
|actions/upload-artifact|v3|MIT License|
|actions/upload-artifact|v4|MIT License|
|danielpalme/ReportGenerator-GitHub-Action|5.2.0|Apache License 2.0|
|devcontainers/ci|v0.3|MIT License|
|github/codeql-action|v2|MIT License|
Expand Down

0 comments on commit 558e7d2

Please sign in to comment.