Skip to content

Commit 0bf4b28

Browse files
Bump actions/upload-artifact from 4.6.1 to 4.6.2 (#419)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.6.1 to 4.6.2. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4.6.1...v4.6.2) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 33a9a96 commit 0bf4b28

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
@@ -54,7 +54,7 @@ jobs:
5454
- name: Copy release files for upload
5555
run: Copy-Item -Path dnSpy\dnSpy\bin\Release\${{matrix.build-dir}}\* -Destination C:\builtfiles\dnSpy-${{matrix.platform}} -Recurse
5656

57-
- uses: actions/upload-artifact@v4.6.1
57+
- uses: actions/upload-artifact@v4.6.2
5858
if: github.ref == 'refs/heads/master' || startsWith(github.ref, 'refs/tags/')
5959
with:
6060
name: dnSpy-${{matrix.package-name}}

0 commit comments

Comments
 (0)