Skip to content

Commit 0bddfca

Browse files
Bump actions/upload-artifact from 7.0.0 to 7.0.1 (#497)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 111b3e8 commit 0bddfca

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@v7.0.0
60+
- uses: actions/upload-artifact@v7.0.1
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)