Skip to content

Commit b3367af

Browse files
authored
Merge pull request #39 from alan-turing-institute/dependabot/github_actions/actions/upload-artifact-5
Bump actions/upload-artifact from 4 to 5
2 parents 38da8eb + e0a0dcb commit b3367af

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Build sdist and wheel
2525
run: pipx run build
2626

27-
- uses: actions/upload-artifact@v4
27+
- uses: actions/upload-artifact@v7
2828
with:
2929
path: dist
3030

0 commit comments

Comments
 (0)