Skip to content

Commit

Permalink
chore(deps): update upload/download artifact to v4 (#277)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 14, 2023
1 parent d7967ac commit fc5ebe3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
ORG_GRADLE_PROJECT_personalGpgKey: ${{ secrets.ORG_GRADLE_PROJECT_personalGpgKey }}
ORG_GRADLE_PROJECT_personalGpgPassword: ${{ secrets.ORG_GRADLE_PROJECT_personalGpgPassword }}
- name: Upload MavenLocal directory
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: MavenLocal
path: ~/.m2/repository/dev/drewhamilton/poko/
Expand All @@ -50,7 +50,7 @@ jobs:
distribution: zulu
java-version: ${{ matrix.ci_java_version }}
- name: Download MavenLocal
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: MavenLocal
path: ~/.m2/repository/dev/drewhamilton/poko/
Expand Down

0 comments on commit fc5ebe3

Please sign in to comment.