Skip to content

Commit

Permalink
Merge pull request #3765 from geany/dependabot/github_actions/actions…
Browse files Browse the repository at this point in the history
…/upload-artifact-4

Bump actions/upload-artifact from 3 to 4
  • Loading branch information
eht16 committed Feb 12, 2024
2 parents 0494e34 + ae29d69 commit 06acd17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Expand Up @@ -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
Expand Down

0 comments on commit 06acd17

Please sign in to comment.