Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/gradle/awsSdkVersion-2.30.10
Browse files Browse the repository at this point in the history
  • Loading branch information
MediaMarco authored Jan 31, 2025
2 parents 7f6a2ab + 4683553 commit a2387e3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
./gradlew -DNVD_API_KEY="$NVD_API_KEY" build
- name: Archive dependency check report
if: ${{ github.event_name == 'REMOVE_ME_WHEN_DEPENDENCY_CHECK_WORKS_AGAINschedule' }}
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: dependency-check-report
path: build/reports/dependency-check-report.html
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build21.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
./gradlew -DNVD_API_KEY="$NVD_API_KEY" build
- name: Archive dependency check report
if: ${{ github.event_name == 'REMOVE_ME_WHEN_DEPENDENCY_CHECK_WORKS_AGAINschedule' }}
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: dependency-check-report
path: build/reports/dependency-check-report.html
Expand Down

0 comments on commit a2387e3

Please sign in to comment.