diff --git a/.github/workflows/check-licenses.yml b/.github/workflows/check-licenses.yml index e27549b..385f7ab 100644 --- a/.github/workflows/check-licenses.yml +++ b/.github/workflows/check-licenses.yml @@ -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" diff --git a/.github/workflows/project-creation.yaml b/.github/workflows/project-creation.yaml index 28b5461..9c70f5d 100644 --- a/.github/workflows/project-creation.yaml +++ b/.github/workflows/project-creation.yaml @@ -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 }} diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 51c4437..ccb51c6 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -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 diff --git a/NOTICE-3RD-PARTY-CONTENT.md b/NOTICE-3RD-PARTY-CONTENT.md index 29d4e29..3b13c6d 100644 --- a/NOTICE-3RD-PARTY-CONTENT.md +++ b/NOTICE-3RD-PARTY-CONTENT.md @@ -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|