Skip to content

Commit

Permalink
Bump actions/upload-artifact from 4.4.2 to 4.4.3 (#1988)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Oct 10, 2024
1 parent 1ecd21d commit 3d1e661
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dependencyUpdates.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:

# Store dependencyUpdates result files
- name: Store dependencyUpdates result files
uses: actions/[email protected].2
uses: actions/[email protected].3
with:
name: dependencyUpdates results
path: build/dependencyUpdates/
Expand All @@ -59,7 +59,7 @@ jobs:

# Store dependency-analysis result files
- name: Store dependency-analysis result files
uses: actions/[email protected].2
uses: actions/[email protected].3
with:
name: dependency-analysis results
path: build/reports/dependency-analysis/
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/gradleBuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
# Archive test reports
- name: Archive build logs
if: always()
uses: actions/[email protected].2
uses: actions/[email protected].3
with:
name: ${{ matrix.distribution }}-jdk${{ matrix.jdk }}-build-logs
retention-days: 5
Expand Down

0 comments on commit 3d1e661

Please sign in to comment.