Skip to content

Commit

Permalink
gha - upgrade upload-artifact action to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
pmauduit committed Nov 19, 2024
1 parent 183f7d2 commit 7b70887
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/georchestra-gn4.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,7 @@ jobs:

- name: "publish the webapp as artifact"
if: github.repository == 'georchestra/geonetwork' && github.actor != 'dependabot[bot]' && github.ref == 'refs/heads/georchestra-gn4.2.x' && github.event_name != 'pull_request'
uses: actions/upload-artifact@v1
uses: actions/upload-artifact@v4
with:
name: geonetwork.war
path: web/target/geonetwork.war

0 comments on commit 7b70887

Please sign in to comment.