Skip to content

Commit

Permalink
update actions to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
aderan committed Sep 18, 2024
1 parent 1560a33 commit ffb4cf1
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/flat.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Decrypt
run: ./.github/scripts/decrypt_secret.sh
Expand All @@ -32,12 +32,12 @@ jobs:
ALIYUN_LOG_SG_PROD_SK: ${{ secrets.ALIYUN_LOG_SG_PROD_SK }}

- name: Set up JDK
uses: actions/setup-java@v3
uses: actions/setup-java@v4
with:
distribution: 'zulu'
java-version: 11

- uses: actions/cache@v2
- uses: actions/cache@v4
with:
path: |
~/.gradle/caches/modules-*
Expand All @@ -50,13 +50,13 @@ jobs:

- name: Archive reports for failed build
if: ${{ failure() }}
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: build-reports
path: '*/build/reports/'

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

0 comments on commit ffb4cf1

Please sign in to comment.