1717 type : boolean
1818
1919env :
20- MODULE_ID : cbvalidation
20+ MODULE_ID : ${{ github.event.repository.name }}
2121 SNAPSHOT : ${{ inputs.snapshot || false }}
2222
2323jobs :
2929 runs-on : ubuntu-24.04
3030 steps :
3131 - name : Checkout Repository
32- uses : actions/checkout@v3
32+ uses : actions/checkout@v4
3333
3434 - name : Setup CommandBox
3535 uses :
Ortus-Solutions/[email protected] 6464 box task run taskfile=build/Build target=run :version=${{ env.VERSION }} :projectName=${{ env.MODULE_ID }} :buildID=${{ github.run_number }} :branch=${{ env.BRANCH }}
6565
6666 - name : Commit Changelog To Master
67- 67+ 6868 if : env.SNAPSHOT == 'false'
6969 with :
7070 author_name : Github Actions
7373 add : changelog.md
7474
7575 - name : Tag Version
76- uses : rickstaa/action-create-tag@v1.6.1
76+ uses : rickstaa/action-create-tag@v1.7.2
7777 if : env.SNAPSHOT == 'false'
7878 with :
7979 tag : " v${{ env.VERSION }}"
8282
8383 - name : Upload Build Artifacts
8484 if : success()
85- uses : actions/upload-artifact@v3
85+ uses : actions/upload-artifact@v4
8686 with :
8787 name : ${{ env.MODULE_ID }}
8888 path : |
@@ -118,7 +118,7 @@ jobs:
118118 box forgebox publish --force
119119
120120 - name : Create Github Release
121- uses : taiki-e/create-gh-release-action@v1.6 .2
121+ uses : taiki-e/create-gh-release-action@v1.8 .2
122122 continue-on-error : true
123123 if : env.SNAPSHOT == 'false'
124124 with :
@@ -138,7 +138,7 @@ jobs:
138138 steps :
139139 # Checkout development
140140 - name : Checkout Repository
141- uses : actions/checkout@v3
141+ uses : actions/checkout@v4
142142 with :
143143 ref : development
144144
@@ -148,7 +148,7 @@ jobs:
148148 forgeboxAPIKey : ${{ secrets.FORGEBOX_TOKEN }}
149149
150150 - name : Download build artifacts
151- uses : actions/download-artifact@v2
151+ uses : actions/download-artifact@v4
152152 with :
153153 name : ${{ env.MODULE_ID }}
154154 path : .tmp
@@ -165,7 +165,7 @@ jobs:
165165
166166 # Commit it back to development
167167 - name : Commit Version Bump
168- 168+ 169169 with :
170170 author_name : Github Actions
171171
0 commit comments