Skip to content

Commit

Permalink
update upload-artifact action to fix GHA
Browse files Browse the repository at this point in the history
  • Loading branch information
landryb committed Jan 3, 2025
1 parent 795fba5 commit 15460c6
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 15460c6

Please sign in to comment.