1 parent 1471981 commit dc4c2e7Copy full SHA for dc4c2e7
1 file changed
.github/workflows/main.yml
@@ -21,17 +21,17 @@ jobs:
21
run: |
22
dotnet build --configuration Release
23
24
- - uses: actions/upload-artifact@v4
+ - uses: actions/upload-artifact@v5
25
with:
26
name: FindInFiles-net4.8
27
path: 'NET48/bin/Release/'
28
29
30
31
name: FindInFiles-net9.0
32
path: 'bin/Release/net9.0-windows/'
33
34
35
36
name: FindInFiles-net8.0
37
path: 'bin/Release/net8.0-windows/'
0 commit comments