From cd6817c8f211aa95673853ccccb0f47d62158c1e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Sep 2024 22:41:02 +0000 Subject: [PATCH 1/2] build(deps): bump actions/download-artifact in /.github/workflows Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3 to 4.1.7. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v3...v4.1.7) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/python-package.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/python-package.yml b/.github/workflows/python-package.yml index 98f90ed47..6a6f8dd46 100644 --- a/.github/workflows/python-package.yml +++ b/.github/workflows/python-package.yml @@ -59,7 +59,7 @@ jobs: with: nix_path: nixpkgs=channel:nixos-unstable - name: Download wheel uploaded by the build-wheel job - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4.1.7 - name: Run tests in nix-shell run: | nix-shell \ @@ -124,7 +124,7 @@ jobs: with: python-version: ${{ matrix.python-version }} - name: Download wheel uploaded by the build-wheel job - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4.1.7 - name: Install Darker and its dependencies from the wheel built earlier run: pip install "${{needs.build-wheel.outputs.wheel-path}}[test]" ${{ matrix.upgrade }} ${{ matrix.constraints }} @@ -150,7 +150,7 @@ jobs: - name: Install twine run: python -m pip install twine - name: Download wheel uploaded by the build-wheel job - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4.1.7 - name: Build source distribution run: python setup.py sdist - name: Validate distributions From b2f561caa43ddb51cda8268eaaede006d39debbd Mon Sep 17 00:00:00 2001 From: Antti Kaihola <13725+akaihola@users.noreply.github.com> Date: Sun, 15 Sep 2024 18:46:41 +0300 Subject: [PATCH 2/2] build(deps): bump actions/upload-artifact in .github/workflows --- .github/workflows/python-package.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/python-package.yml b/.github/workflows/python-package.yml index 6a6f8dd46..7e6a25c6f 100644 --- a/.github/workflows/python-package.yml +++ b/.github/workflows/python-package.yml @@ -26,7 +26,7 @@ jobs: - name: Build wheel distribution run: python setup.py bdist_wheel - name: Upload wheel for other jobs - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: dist path: dist/