Skip to content

Bump actions/upload-artifact from 4 to 7 #1402

Bump actions/upload-artifact from 4 to 7

Bump actions/upload-artifact from 4 to 7 #1402

Workflow file for this run

name: CI
on:
- push
- pull_request
- workflow_dispatch
jobs:
ci:
name: CI
runs-on: ubuntu-latest
steps:
- name: 检出代码
uses: actions/checkout@v5
- name: 配置 Java
uses: actions/setup-java@v5
with:
java-version: 25
distribution: temurin
cache: maven
- name: Maven 构建
run: mvn package
- name: 上传构建产物
uses: actions/upload-artifact@v7
with:
name: live-room-watcher-artifact
path: ./target/