Skip to content

Commit

Permalink
Bump actions/upload-artifact from 3 to 4 (#4963)
Browse files Browse the repository at this point in the history
* Bump actions/upload-artifact from 3 to 4

Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3 to 4.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](actions/upload-artifact@v3...v4)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

* Update runAqa.yml - use commit hash for GH Action version

* Update directoriesFilesChangePR.yml - update to GH Action Commit hash for version

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Martijn Verburg <martijnverburg@gmail.com>
  • Loading branch information
dependabot[bot] and karianna authored Jan 17, 2024
1 parent 0b7e5af commit 4285245
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/directoriesFilesChangePR.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
jdksource: 'install-jdk'
version: ${{ matrix.version }}
openjdk_testRepo: '${{ github.event.pull_request.head.repo.full_name }}:${{ github.head_ref }}'
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@1eb3cb2b3e0f29609092a73eb033bb759a334595 # v4.1.0
if: failure()
with:
name: output_changed_based_build_list
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/parse-issues.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
cat all.json | python scripts/disabled_tests/issue_status.py -v > output.json
echo "::endgroup::"
- name: store artifact
uses: actions/upload-artifact@83fd05a356d7e2593de66fc9913b3002723633cb # v3.1.1
uses: actions/upload-artifact@1eb3cb2b3e0f29609092a73eb033bb759a334595 # v4.1.0
with:
name: disabled_tests
path: output.json
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/runAqa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ jobs:
version: ${{ matrix.jdk_version }}
openjdk_testRepo: '${{ fromJSON(steps.get-pr.outputs.result).head.repo.full_name }}:${{ fromJSON(steps.get-pr.outputs.result).head.ref }}'
tkg_Repo: ${{ matrix.tkg_repo }}
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@1eb3cb2b3e0f29609092a73eb033bb759a334595 # v4.1.0
if: failure()
with:
name: test_output
Expand Down

0 comments on commit 4285245

Please sign in to comment.