Skip to content

Commit 6fb3fa9

Browse files
Update actions/upload-artifact action to v5
1 parent da9463e commit 6fb3fa9

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/after_merge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
- run: cp app/build/outputs/apk/graphql/debug/app-graphql-debug.apk diffuse-source-file-debug
5959
shell: bash
6060

61-
- uses: actions/upload-artifact@v4
61+
- uses: actions/upload-artifact@v5
6262
with:
6363
name: artifacts
6464
path: |

.github/workflows/on_pull_request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040

4141
- run: ./gradlew check --scan
4242

43-
- uses: actions/upload-artifact@v4
43+
- uses: actions/upload-artifact@v5
4444
with:
4545
name: artifacts
4646
path: |

.github/workflows/run_diffuse.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
issue-number: ${{ github.event.pull_request.number }}
8080
token: ${{ secrets.GITHUB_TOKEN }}
8181

82-
- uses: actions/upload-artifact@v4
82+
- uses: actions/upload-artifact@v5
8383
if: github.event_name == 'pull_request'
8484
with:
8585
name: diffuse-output

0 commit comments

Comments
 (0)