Skip to content

Commit 3c1528d

Browse files
authored
Merge pull request #238 from cloudblue/LITE-33302-bump-python-version
LITE-33302 Bump upload-artifact runner
2 parents ed353c8 + b47e796 commit 3c1528d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ jobs:
136136
run: |
137137
& { compress-archive -path '.\resources\build\nsis\connect-cli_${{ steps.tag.outputs.result }}_setup.exe' -destinationpath '.\connect-cli_${{ steps.tag.outputs.result }}_windows_amd64.zip' }
138138
- name: Upload distro package to artifacts
139-
uses: actions/upload-artifact@v3
139+
uses: actions/upload-artifact@v6
140140
with:
141141
name: windows_distro
142142
path: connect-cli_${{ steps.tag.outputs.result }}_windows_amd64.zip

sonar-project.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ sonar.language=py
77
sonar.sources=connect
88
sonar.tests=tests
99
sonar.inclusions=connect/**
10-
sonar.exclusions=tests/**, connect/cli/plugins/project/extension/templates/bootstrap/${project_slug}/Dockerfile.j2
10+
sonar.exclusions=tests/**, connect/cli/plugins/project/extension/templates/bootstrap/*/Dockerfile.j2
1111

1212
sonar.python.coverage.reportPaths=./coverage.xml
1313
sonar.python.version=3

0 commit comments

Comments
 (0)