From f74f565fdf5f0d625cd31df93c61cb9c94e1823c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Jul 2024 19:04:42 +0000 Subject: [PATCH 1/2] Bump actions/upload-artifact from 3 to 4 Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3 to 4. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v3...v4) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/PyPI.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/PyPI.yaml b/.github/workflows/PyPI.yaml index fd483fd6..196a766f 100644 --- a/.github/workflows/PyPI.yaml +++ b/.github/workflows/PyPI.yaml @@ -36,7 +36,7 @@ jobs: python3 -m build - name: Store the distribution packages - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: python-package-distributions path: "${{ steps.package_details.outputs.package_directory }}/dist/" From b48de0344f94f5f3b03797d9ee8e578339161cd0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Jul 2024 19:04:41 +0000 Subject: [PATCH 2/2] Bump actions/download-artifact from 3 to 4 Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3 to 4. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v3...v4) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Bump actions/setup-python from 4 to 5 Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4 to 5. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](https://github.com/actions/setup-python/compare/v4...v5) --- updated-dependencies: - dependency-name: actions/setup-python dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Bump uclahs-cds/tool-PlantUML-action from 1.0.0 to 1.0.1 Bumps [uclahs-cds/tool-PlantUML-action](https://github.com/uclahs-cds/tool-plantuml-action) from 1.0.0 to 1.0.1. - [Release notes](https://github.com/uclahs-cds/tool-plantuml-action/releases) - [Changelog](https://github.com/uclahs-cds/tool-PlantUML-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/uclahs-cds/tool-plantuml-action/compare/v1.0.0...v1.0.1) --- updated-dependencies: - dependency-name: uclahs-cds/tool-PlantUML-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/PlantUML.yaml | 2 +- .github/workflows/PyPI.yaml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/PlantUML.yaml b/.github/workflows/PlantUML.yaml index ff981353..5b256b93 100644 --- a/.github/workflows/PlantUML.yaml +++ b/.github/workflows/PlantUML.yaml @@ -14,7 +14,7 @@ jobs: steps: - name: Generate PUML diagrams - uses: uclahs-cds/tool-PlantUML-action@v1.0.0 + uses: uclahs-cds/tool-PlantUML-action@v1.0.1 with: github-token: ${{ secrets.GITHUB_TOKEN }} ghcr-username: ${{ github.actor }} diff --git a/.github/workflows/PyPI.yaml b/.github/workflows/PyPI.yaml index 196a766f..97326b67 100644 --- a/.github/workflows/PyPI.yaml +++ b/.github/workflows/PyPI.yaml @@ -22,7 +22,7 @@ jobs: # sets the step outputs package_directory and package_name id: package_details run: ./.github/workflows/PyPI-scripts/extract-package-details-from-tag.sh - - uses: actions/setup-python@v4 + - uses: actions/setup-python@v5 with: python-version: "3.10" @@ -55,7 +55,7 @@ jobs: steps: - name: Download all the dists - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: python-package-distributions path: dist/ @@ -78,7 +78,7 @@ jobs: steps: - name: Download all the dists - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: python-package-distributions path: dist/