Skip to content

Commit 00dc389

Browse files
Update actions/upload-artifact action to v4.6.1
1 parent 3b35043 commit 00dc389

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
run: dotnet cake --target=Pack
5555
shell: pwsh
5656
- name: "Publish Artefacts"
57-
uses: actions/upload-artifact@v4.6.0
57+
uses: actions/upload-artifact@v4.6.1
5858
if: always()
5959
with:
6060
name: ${{matrix.os}}

0 commit comments

Comments
 (0)