Skip to content

Commit 7c2a946

Browse files
author
Antoine
committed
Remove unused delete artifact step from On Release workflow
1 parent 0ac550a commit 7c2a946

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/OnRelease.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -111,11 +111,6 @@ jobs:
111111
body: releaseBody
112112
});
113113
114-
- name: delete artifact
115-
uses: actions/delete-artifact@v5
116-
with:
117-
name: code-coverage-report-3.10
118-
119114
build:
120115
runs-on: ubuntu-latest
121116
needs: test

0 commit comments

Comments
 (0)