Skip to content

Commit

Permalink
Merge develop to main for release 106 (attempt 2) (#129)
Browse files Browse the repository at this point in the history
  • Loading branch information
rpanman-sonatype authored Feb 14, 2025
1 parent 075fd3a commit 93e260b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/create_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
distribution: 'adopt'

- name: Cache Gradle packages
uses: actions/cache@v2
uses: actions/cache@v4
with:
path: |
~/.gradle/caches
Expand Down Expand Up @@ -73,7 +73,7 @@ jobs:
uses: actions/checkout@v2

- name: Download the application files
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4
with:
name: jar_files

Expand Down

0 comments on commit 93e260b

Please sign in to comment.