Skip to content

Commit 9b9961c

Browse files
authored
Merge pull request #544 from aritra-tech/renovate/actions-upload-artifact-3.x
Update actions/upload-artifact action to v3.2.1
2 parents 5dbd9eb + 846d406 commit 9b9961c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci_build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
run: ./gradlew build
3636

3737
- name: Upload a Build Artifact
38-
uses: actions/upload-artifact@v3.1.3
38+
uses: actions/upload-artifact@v3.2.1
3939
with:
4040
# Artifact name
4141
name: Notify.apk

0 commit comments

Comments
 (0)