Skip to content

Commit e666bea

Browse files
Update actions/upload-artifact action to v4.6.0 (#914)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 7b4492b commit e666bea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
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.4.3
57+
uses: actions/upload-artifact@v4.6.0
5858
if: always()
5959
with:
6060
name: ${{matrix.os}}

0 commit comments

Comments
 (0)