Skip to content

Commit

Permalink
Merge pull request #30 from tanishq5414/dependabot/github_actions/dot…
Browse files Browse the repository at this point in the history
…-github/workflows/actions/download-artifact-4.1.7

Bump actions/download-artifact from 2 to 4.1.7 in /.github/workflows
  • Loading branch information
tanishq5414 authored Sep 14, 2024
2 parents c9ce8b6 + f3a8072 commit 5c6ad67
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
gpg -d --passphrase "${{secrets.RELEASE_ENV}}" --batch .env.asc > .env
gpg -d --passphrase "${{secrets.RELEASE_PROP}}" --batch android/key.properties.asc > android/key.properties
- name: Get version.txt
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4.1.7
with:
name: gitversion
- name: Create New File Without Newline Char from version.txt
Expand Down Expand Up @@ -85,7 +85,7 @@ jobs:
steps:
- uses: actions/checkout@v1
- name: Get Appbundle from Artifacts
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4.1.7
with:
name: appbundle
- name: Release App to Production Track
Expand Down

0 comments on commit 5c6ad67

Please sign in to comment.