Skip to content

Commit 464cff4

Browse files
authored
Merge pull request #264 from learningequality/dependabot/github_actions/github-985357984d
Bump the github group with 2 updates
2 parents f6b43d6 + 6b4c642 commit 464cff4

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build_apk.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ jobs:
148148
run: make get-tar tar=${{ inputs.tar-url }}
149149
- name: Download the tarfile from artifacts
150150
if: ${{ inputs.tar-file-name }}
151-
uses: actions/download-artifact@v7
151+
uses: actions/download-artifact@v8
152152
with:
153153
name: ${{ inputs.tar-file-name }}
154154
path: tar
@@ -170,7 +170,7 @@ jobs:
170170
if: ${{ inputs.release == true || github.event.inputs.release == 'true' }}
171171
id: get-aab-filename
172172
run: echo "aab-file-name=$(ls dist | grep .aab | cat)" >> $GITHUB_OUTPUT
173-
- uses: actions/upload-artifact@v6
173+
- uses: actions/upload-artifact@v7
174174
if: ${{ inputs.release == true || github.event.inputs.release == 'true' }}
175175
with:
176176
name: ${{ steps.get-aab-filename.outputs.aab-file-name }}
@@ -199,7 +199,7 @@ jobs:
199199
- name: Get versionCode
200200
id: get-version-code
201201
run: echo "version-code=$(cat .version-code)" >> $GITHUB_OUTPUT
202-
- uses: actions/upload-artifact@v6
202+
- uses: actions/upload-artifact@v7
203203
with:
204204
name: ${{ steps.get-apk-filename.outputs.apk-file-name }}
205205
path: dist/${{ steps.get-apk-filename.outputs.apk-file-name }}

0 commit comments

Comments
 (0)