File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1313 runs-on : ubuntu-latest
1414 steps :
1515 - name : Checkout
16- uses : actions/checkout@v3
16+ uses : actions/checkout@v4
1717 with :
1818 fetch-depth : 100
1919
@@ -100,7 +100,7 @@ jobs:
100100 find . -name "*.aab" -type f -exec cp {} "artifacts" \;
101101
102102 - name : Archive Artifacts
103- uses : actions/upload-artifact@v3
103+ uses : actions/upload-artifact@v4
104104 with :
105105 name : " App-Artifacts"
106106 path : artifacts/*
@@ -116,7 +116,7 @@ jobs:
116116 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
117117
118118 - name : Release
119- uses : softprops/action-gh-release@91409e712cf565ce9eff10c87a8d1b11b81757ae
119+ uses : softprops/action-gh-release@69320dbe05506a9a39fc8ae11030b214ec2d1f87
120120 if : startsWith(github.ref, 'refs/tags/')
121121 with :
122122 body : ${{steps.github_release.outputs.changelog}}
You can’t perform that action at this time.
0 commit comments