Skip to content

Commit

Permalink
update upload/download actions together
Browse files Browse the repository at this point in the history
  • Loading branch information
jgerigmeyer committed Dec 19, 2023
1 parent 28e92dd commit d2eef07
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ jobs:
cache: yarn
- run: yarn install
- name: Download coverage results
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: frontend-coverage
path: coverage
Expand Down
4 changes: 2 additions & 2 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"files.trimTrailingWhitespace": true,
"npm.packageManager": "yarn",
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true
"source.fixAll.eslint": "explicit"
},
"editor.formatOnSave": true,
"eslint.validate": [
Expand Down Expand Up @@ -38,7 +38,7 @@
},
"[scss]": {
"editor.codeActionsOnSave": {
"source.fixAll.stylelint": true
"source.fixAll.stylelint": "explicit"
}
}
}

0 comments on commit d2eef07

Please sign in to comment.