Skip to content

Commit a423158

Browse files
Bump actions/upload-artifact from 3.1.3 to 5.0.0
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3.1.3 to 5.0.0. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v3.1.3...v5.0.0) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: 5.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 7975673 commit a423158

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@v3.1.3
57+
uses: actions/upload-artifact@v5.0.0
5858
if: always()
5959
with:
6060
name: ${{matrix.os}}

0 commit comments

Comments
 (0)