Skip to content

Commit c470da6

Browse files
Bump actions/upload-artifact from 4.6.0 to 4.6.1
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.6.0 to 4.6.1. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4.6.0...v4.6.1) --- 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>
1 parent 3822746 commit c470da6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161

6262
# Upload the app
6363
- name: Upload app
64-
uses: actions/upload-artifact@v4.6.0
64+
uses: actions/upload-artifact@v4.6.1
6565
with:
6666
name: Edge-${{ steps.date.outputs.date }}
6767
path: ${{ github.workspace }}\\bin\\win-${{ matrix.platform }}\\publish

0 commit comments

Comments
 (0)