Skip to content

Commit 06c5117

Browse files
authored
bump upload-artifact action to v4
1 parent d3fcc81 commit 06c5117

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
run: dotnet build --no-restore -c Release
2424

2525
- name: Upload Artifact
26-
uses: actions/upload-artifact@v2
26+
uses: actions/upload-artifact@v4
2727
with:
2828
name: ChefKeys
2929
path: Output/Release/

0 commit comments

Comments
 (0)