Skip to content

Commit

Permalink
Merge pull request #182 from learningequality/dependabot/github_actio…
Browse files Browse the repository at this point in the history
…ns/github-8204c6933e

Bump the github group with 2 updates
  • Loading branch information
rtibbles authored Dec 15, 2023
2 parents 99d0da8 + d72d219 commit b95191c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_apk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ jobs:
run: make get-tar tar=${{ github.event.inputs.tar-url }}
- name: Download the tarfile from artifacts
if: ${{ inputs.tar-file-name }}
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: ${{ inputs.tar-file-name }}
path: tar
Expand Down Expand Up @@ -176,7 +176,7 @@ jobs:
- name: Get versionCode
id: get-version-code
run: echo "version-code=$(cat .version-code)" >> $GITHUB_OUTPUT
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: ${{ steps.get-apk-filename.outputs.apk-file-name }}
path: dist/${{ steps.get-apk-filename.outputs.apk-file-name }}

0 comments on commit b95191c

Please sign in to comment.