Skip to content
This repository has been archived by the owner on Mar 13, 2024. It is now read-only.

Bump upload/download artifact and configure dependabot to group them #161

Merged
merged 8 commits into from
Jan 4, 2024

Conversation

DominicOram
Copy link
Contributor

@DominicOram DominicOram commented Jan 4, 2024

It's required to bump both dependencies at the same time.

To test:

  • Confirm CI is passing and that we have artifacts for each job

@DominicOram DominicOram added the dependencies Pull requests that update a dependency file label Jan 4, 2024
Copy link

codecov bot commented Jan 4, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (6f588b9) 100.00% compared to head (c62a63f) 100.00%.

Additional details and impacted files
@@            Coverage Diff            @@
##              main      #161   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            2         2           
  Lines           16        16           
=========================================
  Hits            16        16           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@DominicOram DominicOram marked this pull request as ready for review January 4, 2024 13:33
Copy link
Member

@garryod garryod left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me, couple thoughts but nothing meaningful

@@ -36,9 +39,9 @@ runs:
shell: bash

- name: Upload lockfiles
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Might be nice to fully qualify the version here

@@ -10,6 +10,9 @@ inputs:
python_version:
description: Python version to install
default: "3.x"
artifact_name:
description: A user friendly name to give the produced artifacts
default: "tests"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Might be better off without a default here 🤷

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yh, I was only being lazy, I'll remove the default

@DominicOram DominicOram merged commit 5eb153c into main Jan 4, 2024
18 checks passed
@DominicOram DominicOram deleted the bump_artifact_deps branch January 4, 2024 14:16
Copy link
Contributor

@gilesknap gilesknap left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants