Skip to content

Commit 85f6c08

Browse files
authored
Merge pull request #256 from learningequality/dependabot/github_actions/github-c2e7f7cad0
Bump the github group with 2 updates
2 parents e25ab13 + 0a724c0 commit 85f6c08

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@v6
151+
uses: actions/download-artifact@v7
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@v5
173+
- uses: actions/upload-artifact@v6
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@v5
202+
- uses: actions/upload-artifact@v6
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)