Skip to content

Bump actions/upload-artifact from 4 to 5 in the github-actions group #338

Bump actions/upload-artifact from 4 to 5 in the github-actions group

Bump actions/upload-artifact from 4 to 5 in the github-actions group #338

Workflow file for this run

# This workflow will build a Java project with Ant
# For more information see: https://help.github.com/actions/language-and-framework-guides/building-and-testing-java-with-ant
name: Java CI
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- name: Set up JDK
uses: actions/setup-java@v5
with:
distribution: 'zulu'
java-version: '23'
- name: Build with Ant
run: ant -noinput -buildfile build.xml -Dbuild.id=$GITHUB_SHA
- name: Upload artifact
uses: actions/upload-artifact@v5
with:
name: web_generator
path: output/dst