Skip to content

Commit

Permalink
Bumped upload-artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
DerCed committed Dec 29, 2024
1 parent 5fb96fb commit 97a5d4d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ jobs:
- uses: bahmutov/npm-install@v1
- run: yarn build
- run: npx keycloakify
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v4
with:
name: standalone_keycloak_theme
path: build_keycloak/target/*keycloak-theme*.jar
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v4
with:
name: build
path: build
Expand Down

0 comments on commit 97a5d4d

Please sign in to comment.