Skip to content

Commit

Permalink
Workflow: Migrated to artifact actions v4
Browse files Browse the repository at this point in the history
  • Loading branch information
sunilpaulmathew committed Sep 12, 2024
1 parent a7a6b03 commit 2044176
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v4

# Set Current Date As Env Variable
- name: Set current date as env variable
Expand All @@ -23,7 +23,7 @@ jobs:
run: echo "repository_name=De-Bloater" >> $GITHUB_ENV

- name: Set Up JDK
uses: actions/setup-java@v1
uses: actions/setup-java@v4
with:
java-version: 17

Expand All @@ -44,7 +44,7 @@ jobs:

# Upload Artifact Build
- name: Upload APK Release - ${{ env.repository_name }}
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: ${{ env.repository_name }} - ${{ env.date_today }} - APK release generated
path: app/build/outputs/apk/release/
path: app/build/outputs/apk/release/

0 comments on commit 2044176

Please sign in to comment.