Skip to content

Commit

Permalink
Merge pull request #1199 from Accenture/dependabot/github_actions/mai…
Browse files Browse the repository at this point in the history
…n/andstor/file-existence-action-3

Bump andstor/file-existence-action from 2 to 3
  • Loading branch information
JoernBerkefeld committed Jun 7, 2024
2 parents e4e5848 + c2e3a2c commit 6adcca1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/coverage-base-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:

- name: Check file existence
id: check_files
uses: andstor/file-existence-action@v2
uses: andstor/file-existence-action@v3
with:
files: 'base-artifacts/coverage-summary.json, artifacts/coverage-summary.json'

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:

- name: Check file existence
id: check_files
uses: andstor/file-existence-action@v2
uses: andstor/file-existence-action@v3
with:
files: 'base-artifacts/coverage-summary.json'

Expand Down

0 comments on commit 6adcca1

Please sign in to comment.