Skip to content

Commit

Permalink
more updates to github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
lmajano committed Feb 13, 2024
1 parent db26640 commit 922a614
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ jobs:
box task run build/Build.cfc run ${{ env.COLDBOX_VERSION }} ${{ github.run_number }} ${{ env.BRANCH }}
- name: Commit Changelog [unreleased] with latest version
uses: EndBug/[email protected].1
uses: EndBug/[email protected].4
if: env.SNAPSHOT == 'false'
with:
author_name: Github Actions
Expand All @@ -97,7 +97,7 @@ jobs:
add: changelog.md

- name: Tag Version
uses: rickstaa/action-create-tag@v1.6.1
uses: rickstaa/action-create-tag@v1.7.2
if: env.SNAPSHOT == 'false'
with:
tag: "v${{ env.COLDBOX_VERSION }}"
Expand All @@ -106,7 +106,7 @@ jobs:

- name: Upload Build Artifacts
if: success()
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: coldbox-variants
path: |
Expand Down Expand Up @@ -144,7 +144,7 @@ jobs:
cd $ROOT_DIR/.artifacts/logbox/${{ env.COLDBOX_VERSION }} && box forgebox publish
- name: Create Github Release
uses: taiki-e/create-gh-release-action@v1.6.2
uses: taiki-e/create-gh-release-action@v1.8.0
continue-on-error: true
if: env.SNAPSHOT == 'false'
with:
Expand Down Expand Up @@ -190,7 +190,7 @@ jobs:
forgeboxAPIKey: ${{ secrets.FORGEBOX_TOKEN }}

- name: Download build artifacts
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4
with:
name: coldbox-variants
path: .tmp
Expand All @@ -210,7 +210,7 @@ jobs:
git pull
- name: Commit Version Bump
uses: EndBug/[email protected].1
uses: EndBug/[email protected].4
with:
author_name: Github Actions
author_email: [email protected]
Expand Down

0 comments on commit 922a614

Please sign in to comment.