Skip to content

Commit

Permalink
Merge pull request #8365 from odpi/dependabot/github_actions/actions/…
Browse files Browse the repository at this point in the history
…upload-artifact-4.4.0

Bump actions/upload-artifact from 4.3.1 to 4.4.0
  • Loading branch information
dwolfson authored Oct 14, 2024
2 parents 4cc7032 + a2f5f4b commit f9a8d80
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/merge-v5.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,19 +93,19 @@ jobs:
platforms: linux/amd64,linux/arm64
# --
- name: Upload Log of any dependency failures
uses: actions/upload-artifact@v4.3.1
uses: actions/upload-artifact@v4.4.0
with:
name: Dependency Analysis Report (on failure)
path: build/reports/dependency-analysis/build-health-report.txt
if-no-files-found: ignore
# Mostly for verification - not published to the release itself for now
- name: Upload assemblies
uses: actions/upload-artifact@v4.3.1
uses: actions/upload-artifact@v4.4.0
with:
name: Assemblies
path: open-metadata-distribution/omag-server-platform/build/distributions/*.gz
- name: Upload Test coverage report
uses: actions/upload-artifact@v4.3.1
uses: actions/upload-artifact@v4.4.0
with:
name: Jacoco Coverage Report
path: build/reports/jacoco/codeCoverageReport
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pr-v5.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,12 @@ jobs:
build
--scan
- name: Upload Test coverage report
uses: actions/upload-artifact@v4.3.1
uses: actions/upload-artifact@v4.4.0
with:
name: Jacoco Coverage Report
path: build/reports/jacoco/codeCoverageReport
- name: Upload Log of any dependency failures
uses: actions/upload-artifact@v4.3.1
uses: actions/upload-artifact@v4.4.0
with:
name: Dependency Analysis Report (on failure)
path: build/reports/dependency-analysis/build-health-report.txt
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-v5.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:
platforms: linux/amd64,linux/arm64
# Mostly for verification - not published to the release itself for now
- name: Upload assemblies
uses: actions/upload-artifact@v4.3.1
uses: actions/upload-artifact@v4.4.0
with:
name: Assemblies
path: open-metadata-distribution/omag-server-platform/build/distributions/*.gz
2 changes: 1 addition & 1 deletion .github/workflows/scorecards.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
# Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
# format to the repository Actions tab.
- name: "Upload artifact"
uses: actions/upload-artifact@v4.3.1 # tag=v3.0.0
uses: actions/upload-artifact@v4.4.0 # tag=v3.0.0
with:
name: SARIF file
path: results.sarif
Expand Down

0 comments on commit f9a8d80

Please sign in to comment.