Skip to content

Commit e4f4d11

Browse files
build(deps): bump the github-actions group across 1 directory with 2 updates
Bumps the github-actions group with 2 updates in the / directory: [actions/upload-artifact](https://github.com/actions/upload-artifact) and [softprops/action-gh-release](https://github.com/softprops/action-gh-release). Updates `actions/upload-artifact` from 6 to 7 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v6...v7) Updates `softprops/action-gh-release` from 2 to 3 - [Release notes](https://github.com/softprops/action-gh-release/releases) - [Changelog](https://github.com/softprops/action-gh-release/blob/master/CHANGELOG.md) - [Commits](softprops/action-gh-release@v2...v3) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: softprops/action-gh-release dependency-version: '3' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 661671b commit e4f4d11

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/windows_build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,13 +60,13 @@ jobs:
6060
ISCC.exe /dMyAppVersion=$env:VERSION mavproxy.iss
6161
ls Output
6262
- name: Archive build
63-
uses: actions/upload-artifact@v6
63+
uses: actions/upload-artifact@v7
6464
with:
6565
name: MAVProxyInstaller
6666
path: windows/Output
6767
retention-days: 7
6868
- name: Pre Release
69-
uses: "softprops/action-gh-release@v2"
69+
uses: "softprops/action-gh-release@v3"
7070
if: github.ref == 'refs/heads/master'
7171
with:
7272
prerelease: true
@@ -75,7 +75,7 @@ jobs:
7575
files: windows/Output/*.*
7676
token: "${{ secrets.GITHUB_TOKEN }}"
7777
- name: Release
78-
uses: "softprops/action-gh-release@v2"
78+
uses: "softprops/action-gh-release@v3"
7979
if: startsWith(github.ref, 'refs/tags/v')
8080
with:
8181
prerelease: false

0 commit comments

Comments
 (0)