Skip to content

Commit 2e537e3

Browse files
Merge pull request #144 from Affirm/fix_upgrade_upload_artifact
fix: upgrade upload artifact to a non deprecated version
2 parents 9077e6c + 7e91f13 commit 2e537e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/distribute-develop.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
run: ./gradlew assemblRelease
3131

3232
- name: Upload artifacts
33-
uses: actions/upload-artifact@v2
33+
uses: actions/upload-artifact@v3
3434
with:
3535
name: artifacts
3636
path: |

0 commit comments

Comments
 (0)