Skip to content

Commit

Permalink
Merge pull request #6094 from bndtools/dependabot/github_actions/acti…
Browse files Browse the repository at this point in the history
…ons/upload-artifact-4.3.3

build(deps): Bump actions/upload-artifact from 4.3.2 to 4.3.3
  • Loading branch information
pkriens committed Apr 23, 2024
2 parents dbcaea6 + 773f185 commit 5673cf3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cibuild.yml
Expand Up @@ -102,7 +102,7 @@ jobs:
JFROG_PASSWORD: ${{ secrets.JFROG_PASSWORD }}
- name: Upload Test Reports
if: ${{ always() && ((steps.build.outcome == 'success') || (steps.build.outcome == 'failure')) }}
uses: actions/upload-artifact@1746f4ab65b179e0ea60a494b83293b640dd5bba
uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808
with:
name: Build_JDK${{ matrix.java }}_${{ matrix.os }}-test-reports
path: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/rebuild.yml
Expand Up @@ -73,7 +73,7 @@ jobs:
run: |
./.github/scripts/rebuild-build.sh
- name: Upload dist/bundles
uses: actions/upload-artifact@1746f4ab65b179e0ea60a494b83293b640dd5bba
uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808
with:
name: Dist_Bundles_JDK${{ matrix.java }}_${{ matrix.os }}
if-no-files-found: error
Expand Down Expand Up @@ -121,7 +121,7 @@ jobs:
${{ format(matrix.runner, './.github/scripts/rebuild-test.sh') }}
- name: Upload Test Reports
if: ${{ always() && ((steps.build.outcome == 'success') || (steps.build.outcome == 'failure')) }}
uses: actions/upload-artifact@1746f4ab65b179e0ea60a494b83293b640dd5bba
uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808
with:
name: Rebuild_JDK${{ matrix.java }}_${{ matrix.os }}-test-reports
path: |
Expand Down

0 comments on commit 5673cf3

Please sign in to comment.