Skip to content

Commit

Permalink
Merge pull request #144 from Affirm/fix_upgrade_upload_artifact
Browse files Browse the repository at this point in the history
fix: upgrade upload artifact to a non deprecated version
  • Loading branch information
sergiomarinocongosto authored Nov 26, 2024
2 parents 9077e6c + 7e91f13 commit 2e537e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/distribute-develop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
run: ./gradlew assemblRelease

- name: Upload artifacts
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: artifacts
path: |
Expand Down

0 comments on commit 2e537e3

Please sign in to comment.