Skip to content

Commit 3e5db56

Browse files
Copilotvharseko
andauthored
Update GitHub Actions workflow versions to latest (#170)
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: vharseko <6818498+vharseko@users.noreply.github.com>
1 parent c210314 commit 3e5db56

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ jobs:
111111
java-version: ${{ matrix.java }}
112112
distribution: 'zulu'
113113
- name: Download OpenIDM zip artifact
114-
uses: actions/download-artifact@v5
114+
uses: actions/download-artifact@v8
115115
with:
116116
name: ubuntu-latest-${{ matrix.java }}
117117
path: openidm-zip/target

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
if: ${{ env.MAVEN_USERNAME!='' && env.MAVEN_PASSWORD!='' }}
6060
run: mvn --batch-mode -Darguments="-Dgpg.passphrase=${{ secrets.GPG_PASSPHRASE }}" -DsignTag=true -DtagNameFormat="${{ github.event.inputs.releaseVersion }}" -DreleaseVersion=${{ github.event.inputs.releaseVersion }} -DdevelopmentVersion=${{ github.event.inputs.developmentVersion }} release:prepare release:perform --file pom.xml
6161
- name: Release on GitHub
62-
uses: softprops/action-gh-release@v2
62+
uses: softprops/action-gh-release@v3
6363
with:
6464
name: ${{ github.event.inputs.releaseVersion }}
6565
tag_name: ${{ github.event.inputs.releaseVersion }}

0 commit comments

Comments
 (0)