Skip to content

Commit ac5ea29

Browse files
committed
- more CI updates
1 parent d9ba197 commit ac5ea29

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
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}}

0 commit comments

Comments
 (0)