Skip to content

Commit

Permalink
update github dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
siavash79 committed Feb 28, 2024
1 parent b4fa1b2 commit 931c281
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/makeRelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
run: git clone --branch stable --single-branch --recurse-submodules https://github.com/siavash79/PixelXpert.git .

- name: Setup JDK 17
uses: actions/setup-java@v3
uses: actions/setup-java@v4.1.0
with:
java-version: '17'
distribution: 'temurin'
Expand Down Expand Up @@ -45,13 +45,13 @@ jobs:
run: .github/make_zip.sh

- name: Upload Zip
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4.3.1
with:
name: PixelXpert.zip
path: output

- name: Release the binaries
uses: ncipollo/release-action@v1.13.0
uses: ncipollo/release-action@v1.14.0
with:
tag: ${{ github.ref }}
name: ${{ github.ref_name }}
Expand Down

0 comments on commit 931c281

Please sign in to comment.