Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump actions/upload-artifact from 3 to 4 #159

Merged
merged 1 commit into from
Aug 17, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 9 additions & 9 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Build with Maven
run: mvn -B --show-version -ntp clean package --file pom.xml
- name: Upload the build
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: MacOS-x86_64-Build-JDK8
path: /Users/runner/work/Brotli4j/
Expand Down Expand Up @@ -79,7 +79,7 @@ jobs:
- name: build centos6
run: docker compose -f docker/docker-compose.yml run build
- name: Upload the build
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: Linux-x86_64-Build-JDK8
path: /home/runner/work/Brotli4j/
Expand Down Expand Up @@ -148,7 +148,7 @@ jobs:
./mvnw -B --show-version -ntp clean package

- name: Upload the build
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: Linux-Aarch64-Build-JDK8
path: /home/runner/work/Brotli4j/
Expand Down Expand Up @@ -320,7 +320,7 @@ jobs:
./mvnw -B --show-version -ntp clean package

- name: Upload the build
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: Linux-ArmV7-Build-JDK8
path: /home/runner/work/Brotli4j/
Expand Down Expand Up @@ -448,7 +448,7 @@ jobs:
./mvnw -B --show-version -ntp clean package

- name: Upload the build
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: Linux-s390x-Build-JDK8
path: /home/runner/work/Brotli4j/
Expand Down Expand Up @@ -526,7 +526,7 @@ jobs:
chmod +x ./mvnw
./mvnw -B -ntp clean package
- name: Upload the build
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: Linux-ppc64le-Build-JDK8
path: /home/runner/work/Brotli4j/
Expand Down Expand Up @@ -605,7 +605,7 @@ jobs:
./mvnw -B --show-version -ntp clean package

- name: Upload the build
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: Linux-riscv64-Build-JDK11
path: /home/runner/work/Brotli4j/
Expand Down Expand Up @@ -703,7 +703,7 @@ jobs:
- name: Build with Maven
run: mvn -B --show-version -ntp clean package --file pom.xml
- name: Upload the build
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: Windows-x86_64-Build-JDK8
path: D:\a\Brotli4j\
Expand Down Expand Up @@ -765,7 +765,7 @@ jobs:
- name: Build with Maven
run: .\mvnw -B --show-version -ntp --file pom.xml clean package
- name: Upload the build
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: Windows-ARM-Build-JDK8
path: C:\Users\HyperXPro\Desktop\actions-runner\_work\Brotli4j\
Loading