Branch: refs/heads/dependabot/github_actions/actions/upload-artifact-4 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Committer: GitHub noreply@github.com Date: Mon, 12 Feb 2024 22:37:21 UTC Commit: ae29d6938eb7c1791a8ebedecedd888828cf7ce8 https://github.com/geany/geany/commit/ae29d6938eb7c1791a8ebedecedd888828cf7c...
Log Message: ----------- Bump actions/upload-artifact from 3 to 4
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3 to 4. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v3...v4)
--- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-major ...
Signed-off-by: dependabot[bot] support@github.com
Modified Paths: -------------- .github/workflows/build.yml
Modified: .github/workflows/build.yml 2 lines changed, 1 insertions(+), 1 deletions(-) =================================================================== @@ -243,7 +243,7 @@ jobs: bash start_build.sh --log-to-stdout --mingw64 --geany --geany-source "${{ github.workspace }}"
- name: Archive Geany Installer - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: geany-installer-ci-${{ env.SHORT_SHA }}-pr${{ env.GITHUB_PULL_REQUEST_OR_REF }} retention-days: 30
-------------- This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).