From 948a4988d073826f506fe6cfb01f983c1275a248 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Jan 2024 01:20:19 +0000 Subject: [PATCH] Bump the actions group with 1 update Bumps the actions group with 1 update: [actions/upload-artifact](https://github.com/actions/upload-artifact). Updates `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 dependency-group: actions ... Signed-off-by: dependabot[bot] --- .github/workflows/buildjet_arm64.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/buildjet_arm64.yml b/.github/workflows/buildjet_arm64.yml index fc87efdbf..1132b1b78 100644 --- a/.github/workflows/buildjet_arm64.yml +++ b/.github/workflows/buildjet_arm64.yml @@ -22,7 +22,7 @@ jobs: run: | pip install dist/pypop_genomics*.whl pytest -s -v tests - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 with: path: dist/*