chore: update global workflows (#2653)

This commit is contained in:
LizardByte-bot
2024-06-09 19:43:38 -04:00
committed by GitHub
parent 539ca42f67
commit e3662033c0
2 changed files with 2 additions and 2 deletions

View File

@@ -362,7 +362,7 @@ jobs:
- name: Create/Update GitHub Release - name: Create/Update GitHub Release
if: ${{ needs.setup_release.outputs.publish_release == 'true' && steps.prepare.outputs.artifacts == 'true' }} if: ${{ needs.setup_release.outputs.publish_release == 'true' && steps.prepare.outputs.artifacts == 'true' }}
uses: LizardByte/create-release-action@v2024.608.160245 uses: LizardByte/create-release-action@v2024.609.5014
with: with:
allowUpdates: true allowUpdates: true
artifacts: "*artifacts/*" artifacts: "*artifacts/*"

View File

@@ -24,7 +24,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Update Changelog - name: Update Changelog
uses: LizardByte/update-changelog-action@v2024.520.183314 uses: LizardByte/update-changelog-action@v2024.609.4705
with: with:
changelogBranch: changelog changelogBranch: changelog
changelogFile: CHANGELOG.md changelogFile: CHANGELOG.md