Skip to content

Commit

Permalink
Merge pull request #8 from yetanalytics/deps-update
Browse files Browse the repository at this point in the history
Dependencies update
  • Loading branch information
kelvinqian00 authored Sep 24, 2024
2 parents bce18a0 + 9d5bb28 commit 3485103
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/runtimer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,9 @@ jobs:

runs-on: ${{ matrix.os }}

# Steps represent a sequence of tasks that will be executed as part of the job
steps:

- name: Prepare java
uses: actions/setup-java@v3
uses: actions/setup-java@v4
with:
distribution: ${{ inputs.java-distribution }}
java-version: ${{ inputs.java-version }}
Expand All @@ -49,7 +47,7 @@ jobs:
run: 7z a -tzip ${{ matrix.os }}-jre.zip ${{ matrix.os }}\

- name: Archive for transfer to draft_release job
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: ${{ matrix.os }}-jre
path: ${{ matrix.os }}-jre.zip

0 comments on commit 3485103

Please sign in to comment.