Branch: refs/heads/master Author: Enrico Tröger enrico.troeger@uvena.de Committer: GitHub noreply@github.com Date: Mon, 12 Feb 2024 22:49:02 UTC Commit: 06acd17cbeab6c0154e752b584aaf5001d9af1e8 https://github.com/geany/geany/commit/06acd17cbeab6c0154e752b584aaf5001d9af1...
Log Message: ----------- Merge pull request #3765 from geany/dependabot/github_actions/actions/upload-artifact-4
Bump actions/upload-artifact from 3 to 4
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).