Skip to content

Commit dc4c2e7

Browse files
committed
Use v5 upload-artifact action.
1 parent 1471981 commit dc4c2e7

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,17 +21,17 @@ jobs:
2121
run: |
2222
dotnet build --configuration Release
2323
24-
- uses: actions/upload-artifact@v4
24+
- uses: actions/upload-artifact@v5
2525
with:
2626
name: FindInFiles-net4.8
2727
path: 'NET48/bin/Release/'
2828

29-
- uses: actions/upload-artifact@v4
29+
- uses: actions/upload-artifact@v5
3030
with:
3131
name: FindInFiles-net9.0
3232
path: 'bin/Release/net9.0-windows/'
3333

34-
- uses: actions/upload-artifact@v4
34+
- uses: actions/upload-artifact@v5
3535
with:
3636
name: FindInFiles-net8.0
3737
path: 'bin/Release/net8.0-windows/'

0 commit comments

Comments
 (0)