Skip to content

Commit 4c55209

Browse files
authored
Update upload-artifact action to version 4
1 parent bef9f8c commit 4c55209

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
run: dotnet publish src/WinOptimizer.AI.csproj -c Release -r win-x64 --self-contained false -p:PublishSingleFile=true -o ./publish
3434

3535
- name: Upload Artifact
36-
uses: actions/upload-artifact@v3
36+
uses: actions/upload-artifact@v4
3737
with:
3838
name: WinOptimizer.AI-Build
3939
path: ./publish

0 commit comments

Comments
 (0)