Skip to content

Commit 7c85cde

Browse files
committed
Remove log artifact upload
1 parent f11a4f5 commit 7c85cde

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.github/workflows/.github-actions.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -78,13 +78,6 @@ jobs:
7878
# export CODECOV_TOKEN=${{ secrets.CODECOV_TOKEN }}
7979
# bash <(curl -s https://codecov.io/bash) || echo 'Codecov failed to upload'
8080

81-
- name: Upload log artifacts
82-
uses: actions/upload-artifact@v2
83-
with:
84-
name: logs
85-
path: ~/storage/logs
86-
retention-days: 3
87-
8881
package-security-checker:
8982
runs-on: ubuntu-latest
9083

0 commit comments

Comments
 (0)