Skip to content

Commit

Permalink
switch to upload-artifact GHA v4
Browse files Browse the repository at this point in the history
unrelated but makes the CICD fail.
  • Loading branch information
pmauduit committed Sep 21, 2024
1 parent 4b18b6c commit eba5f13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- name: publish the artifact
if: github.repository == 'georchestra/georchestra-cas-server' && github.ref == 'refs/heads/master'
uses: actions/upload-artifact@v1
uses: actions/upload-artifact@v4
with:
name: cas.war
path: build/libs/cas.war
Expand Down

0 comments on commit eba5f13

Please sign in to comment.