Skip to content

Commit

Permalink
update upload action
Browse files Browse the repository at this point in the history
  • Loading branch information
MP91 committed Jun 21, 2024
1 parent a540809 commit b235357
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check-licenses.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,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
2 changes: 1 addition & 1 deletion NOTICE-3RD-PARTY-CONTENT.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
|actions/setup-java|v1.4.4|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 b235357

Please sign in to comment.