Skip to content

Commit

Permalink
Merge pull request #863 from anusreelakshmi934/artifactVersion
Browse files Browse the repository at this point in the history
Rename Artifact file and upgrade actions/upload-artifact version
  • Loading branch information
anusreelakshmi934 authored Jul 11, 2024
2 parents 4ff320b + 85a0f7c commit b9e9f82
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -89,9 +89,9 @@ jobs:
run: bash ./gradlew buildPlugin -PuseLocal=${{ env.USE_LOCAL_PLUGIN }}
- name: 'Archive artifacts'
if: ${{ runner.os == 'Linux' && !failure() }}
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4.3.4
with:
name: liberty-tools-intellij-${{ github.sha }}
name: liberty-tools-intellij-${{ github.sha }}-${{ env.REF_LSP4IJ }}
path: |
./**/*liberty-tools-intellij*.zip
./**/libs/*liberty-tools-intellij*.jar
Expand Down

0 comments on commit b9e9f82

Please sign in to comment.