Skip to content

Commit 41d82e2

Browse files
Bump actions/upload-artifact from 5.0.0 to 6.0.0 (#481)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 5.0.0 to 6.0.0. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v5.0.0...v6.0.0) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent eb1eea1 commit 41d82e2

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

60-
- uses: actions/upload-artifact@v5.0.0
60+
- uses: actions/upload-artifact@v6.0.0
6161
if: github.ref == 'refs/heads/master' || startsWith(github.ref, 'refs/tags/')
6262
with:
6363
name: dnSpy-${{matrix.package-name}}

0 commit comments

Comments
 (0)