diff --git a/.github/workflows/mega-linter.yml b/.github/workflows/mega-linter.yml index 66097d5..1afb12d 100644 --- a/.github/workflows/mega-linter.yml +++ b/.github/workflows/mega-linter.yml @@ -54,7 +54,7 @@ jobs: # Upload MegaLinter artifacts - name: Archive production artifacts if: ${{ success() }} || ${{ failure() }} - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v6 with: name: MegaLinter reports path: | diff --git a/.vscode/settings.json b/.vscode/settings.json index 2918e5e..dd9f80b 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,5 +1,5 @@ { - "chat.modeFilesLocations": { + "chat.modeFilesLocations": { "chatmodes": true }, "chat.promptFilesLocations": { @@ -15,9 +15,7 @@ "files.trimTrailingWhitespace": false, "editor.formatOnSave": true }, - "editor.rulers": [ - 100 - ], + "editor.rulers": [100], // "files.associations": { // "*.chatmode.md": "markdown", // "*.instructions.md": "markdown",