Skip to content

Commit 8b51486

Browse files
authored
Merge pull request #2 from alan-turing-institute/dependabot/github_actions/actions/upload-artifact-4
Bump actions/upload-artifact from 3 to 4
2 parents f93823e + c818a3e commit 8b51486

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.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@v3
27+
- uses: actions/upload-artifact@v4
2828
with:
2929
path: dist
3030

0 commit comments

Comments
 (0)