Skip to content

Commit 9295f7c

Browse files
authored
Merge e6f731f into a4d43ee
2 parents a4d43ee + e6f731f commit 9295f7c

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
run: msbuild build.build -t:All -p:Version=$env:BUILD_VERSION -p:WIX_PATH=$env:wix -p:NUnitConsoleRunnerPath=$env:GITHUB_WORKSPACE\packages\nunit.consolerunner\3.15.0\
5151

5252
- name: Upload a Build Artifact
53-
uses: actions/upload-artifact@v2
53+
uses: actions/upload-artifact@v4
5454
with:
5555
name: 'Test Result'
5656
path: Build\_build\TestResult.html

Snittlistan.Web/Web.config

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@
8383
<add requestHeader="User-Agent"/>
8484
</scanHeaders>
8585
<denyStrings>
86+
<add string="python-requests"/>
8687
<add string="intrepid"/>
8788
<add string="ZmEu"/>
8889
<add string="Python-urllib"/>

0 commit comments

Comments
 (0)