Skip to content

Commit

Permalink
Bump actions/upload-artifact from 4.3.3 to 4.3.4
Browse files Browse the repository at this point in the history
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.3.3 to 4.3.4.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](actions/upload-artifact@6546280...0b2256b)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and soumeh01 committed Jul 8, 2024
1 parent be00e8d commit d9e3396
Show file tree
Hide file tree
Showing 9 changed files with 42 additions and 42 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/buildmgr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
arch: ${{ matrix.arch }}

- name: Archive cbuildgen
uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3
uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
with:
name: cbuildgen-${{ matrix.target }}-${{ matrix.arch }}
path: ./build/tools/buildmgr/cbuildgen/${{ matrix.target }}-${{ matrix.arch }}/Release/cbuildgen${{ matrix.binary_extension }}
Expand Down Expand Up @@ -131,7 +131,7 @@ jobs:
echo "retention_days=$(echo '${{ (!github.event.repository.private && (github.event_name == 'push' || github.event.schedule != '')) && '7' || '1' }}')" >> $GITHUB_OUTPUT
- name: Upload documentation
uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3
uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
with:
name: documentation
path: ./build/tools/buildmgr/docs/doxygen/output/
Expand Down Expand Up @@ -262,15 +262,15 @@ jobs:
working-directory: tools/buildmgr/cbuildgen/installer

- name: Archive cbuild_install.sh
uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3
uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
with:
name: cbuild_install
path: tools/buildmgr/cbuildgen/installer/cbuild_install.sh
retention-days: ${{ needs.setup.outputs.retention_days }}
if-no-files-found: error

- name: Archive deb package
uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3
uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
with:
name: deb_package
path: tools/buildmgr/cbuildgen/installer/cmsis-build*.deb
Expand Down Expand Up @@ -401,7 +401,7 @@ jobs:

- name: Archive unittest
if: always() && (matrix.arch != 'arm64')
uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3
uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
with:
name: unit_test_result_buildmgr-${{ matrix.target }}-${{ matrix.arch }}
path: ./build/test_reports/cbuildunittests-*.xml
Expand Down Expand Up @@ -438,7 +438,7 @@ jobs:

- name: Archive Cbuild Integration Tests
if: always() && ((matrix.arch == 'amd64') || (startsWith(matrix.runs_on, 'ubuntu')))
uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3
uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
with:
name: integ_test_result_buildmgr-${{ matrix.target }}-${{ matrix.arch }}
path: ./build/test_reports/cbuildintegtests-report-${{ matrix.target }}-${{ matrix.arch }}.xml
Expand Down Expand Up @@ -516,7 +516,7 @@ jobs:
- name: Archive unittest
if: (github.event_name == 'push')
uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3
uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
with:
name: unit_test_result_buildmgr-linux-amd64
path: ./build/test_reports/cbuildunittests-*.xml
Expand All @@ -525,7 +525,7 @@ jobs:

- name: Archive Cbuild Integration Tests
if: (github.event_name == 'push')
uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3
uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
with:
name: integ_test_result_buildmgr-linux-amd64
path: ./build/test_reports/cbuildintegtests-*.xml
Expand Down Expand Up @@ -563,7 +563,7 @@ jobs:
attempt_delay: 5000

- name: Archive coverage report
uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3
uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
with:
name: coverage-report-buildmgr
path: |
Expand Down Expand Up @@ -656,7 +656,7 @@ jobs:
runs-on: ubuntu-22.04
steps:
- name: Event File
uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3
uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
with:
name: Event File buildmgr
path: ${{ github.event_path }}
2 changes: 1 addition & 1 deletion .github/workflows/cpp-linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
- name: Archive Cppcheck results
if: ${{ steps.errors.outputs.value == '1' }}
uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3
uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
with:
name: cppcheck-report
path: ./${{ env.linter_report }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
working-directory: coverage/

- name: Archive merged coverage report
uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3
uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
with:
name: merged-coverage-report
path: ./coverage/merged_coverage.info
Expand Down
14 changes: 7 additions & 7 deletions .github/workflows/packchk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:

- name: Archive packchk binary
if: ${{ github.event_name != 'release' }}
uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3
uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
with:
name: packchk-${{ matrix.target }}-${{ matrix.arch }}
path: build/tools/packchk/packchk-*-${{ matrix.target }}-${{ matrix.arch }}.*
Expand Down Expand Up @@ -134,7 +134,7 @@ jobs:

- name: Archive unit test results
if: always() && (matrix.arch != 'arm64')
uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3
uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
with:
name: unit_test_result_packchk-${{ matrix.target }}-${{ matrix.arch }}
path: ./build/test_reports/packchkunittests-*.xml
Expand All @@ -143,7 +143,7 @@ jobs:

- name: Archive integration test results
if: always() && (matrix.arch != 'arm64')
uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3
uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
with:
name: integ_test_result_packchk-${{ matrix.target }}-${{ matrix.arch }}
path: ./build/test_reports/packchkintegtests-*.xml
Expand Down Expand Up @@ -205,7 +205,7 @@ jobs:
- name: Archive unit test results
if: (github.event_name == 'push')
uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3
uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
with:
name: unit_test_result_packchk-linux-amd64
path: ./build/test_reports/packchkunittests-*.xml
Expand All @@ -214,7 +214,7 @@ jobs:

- name: Archive integration test results
if: (github.event_name == 'push')
uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3
uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
with:
name: integ_test_result_packchk-linux-amd64
path: ./build/test_reports/packchkintegtests-*.xml
Expand Down Expand Up @@ -252,7 +252,7 @@ jobs:
attempt_delay: 5000

- name: Archive coverage report
uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3
uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
with:
name: coverage-report-packchk
path: |
Expand Down Expand Up @@ -302,7 +302,7 @@ jobs:
runs-on: ubuntu-22.04
steps:
- name: Event File
uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3
uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
with:
name: Event File packchk
path: ${{ github.event_path }}
10 changes: 5 additions & 5 deletions .github/workflows/packgen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
arch: ${{ matrix.arch }}

- name: Archive packgen
uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3
uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
with:
name: packgen-${{ matrix.target }}-${{ matrix.arch }}
path: ./build/tools/packgen/${{ matrix.target }}-${{ matrix.arch }}/Release/${{ matrix.binary }}
Expand Down Expand Up @@ -174,7 +174,7 @@ jobs:

- name: Archive unit tests results
if: always() && (matrix.arch != 'arm64')
uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3
uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
with:
name: unit_test_result_packgen-${{ matrix.target }}-${{ matrix.arch }}
path: ./build/test_reports/packgenunittests-*.xml
Expand Down Expand Up @@ -226,7 +226,7 @@ jobs:
- name: Archive unit tests results
if: (github.event_name == 'push')
uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3
uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
with:
name: unit_test_result_packgen-linux-amd64
path: ./build/test_reports/packgenunittests-*.xml
Expand Down Expand Up @@ -264,7 +264,7 @@ jobs:
attempt_delay: 5000

- name: Archive coverage report
uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3
uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
with:
name: coverage-report-packgen
path: |
Expand All @@ -279,7 +279,7 @@ jobs:
runs-on: ubuntu-22.04
steps:
- name: Event File
uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3
uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
with:
name: Event File packgen
path: ${{ github.event_path }}
16 changes: 8 additions & 8 deletions .github/workflows/projmgr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
arch: ${{ matrix.arch }}

- name: Archive projmgr
uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3
uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
with:
name: projmgr-${{ matrix.target }}-${{ matrix.arch }}
path: ./build/tools/projmgr/${{ matrix.target }}-${{ matrix.arch }}/Release/${{ matrix.binary }}
Expand Down Expand Up @@ -118,7 +118,7 @@ jobs:

- name: Archive projmgr swig python libs
if: always() && matrix.pyswig
uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3
uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
with:
name: projmgr-swig-python-${{ matrix.target }}-${{ matrix.arch }}
path: |
Expand All @@ -129,7 +129,7 @@ jobs:

- name: Archive projmgr swig go libs
if: always() && matrix.goswig
uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3
uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
with:
name: projmgr-swig-go-${{ matrix.target }}-${{ matrix.arch }}
path: |
Expand Down Expand Up @@ -319,7 +319,7 @@ jobs:

- name: Archive unit tests results
if: always() && (matrix.arch != 'arm64')
uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3
uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
with:
name: unittest-${{ matrix.target }}-${{ matrix.arch }}
path: ./build/Testing/Temporary/LastTest.log
Expand All @@ -328,7 +328,7 @@ jobs:

- name: Archive gtest report
if: always() && (matrix.arch != 'arm64')
uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3
uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
with:
name: unit_test_result_projmgr-${{ matrix.target }}-${{ matrix.arch }}
path: ./build/test_reports/projmgrunittests-*.xml
Expand Down Expand Up @@ -380,7 +380,7 @@ jobs:
- name: Archive test report
if: (github.event_name == 'push')
uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3
uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
with:
name: unit_test_result_projmgr-linux-amd64
path: ./build/test_reports/projmgrunittests-*.xml
Expand Down Expand Up @@ -418,7 +418,7 @@ jobs:
attempt_delay: 5000

- name: Archive coverage report
uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3
uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
with:
name: coverage-report-projmgr
path: |
Expand All @@ -433,7 +433,7 @@ jobs:
runs-on: ubuntu-22.04
steps:
- name: Event File
uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3
uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
with:
name: Event File projmgr
path: ${{ github.event_path }}
2 changes: 1 addition & 1 deletion .github/workflows/scorecard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,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@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3
uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
with:
name: SARIF file
path: results.sarif
Expand Down
14 changes: 7 additions & 7 deletions .github/workflows/svdconv.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:

- name: Archive svdconv binary
if: ${{ github.event_name != 'release' || (needs.setup.outputs.nightly == 'true')}}
uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3
uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
with:
name: svdconv-${{ matrix.target }}-${{ matrix.arch }}
path: ./build/tools/svdconv/SVDConv/svdconv-*-${{ matrix.target }}-${{ matrix.arch }}.*
Expand Down Expand Up @@ -125,7 +125,7 @@ jobs:

- name: Archive unit test results
if: always() && (matrix.arch != 'arm64')
uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3
uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
with:
name: unit_test_result_svdconv-${{ matrix.target }}-${{ matrix.arch }}
path: ./build/test_reports/svdconvunittests-*.xml
Expand All @@ -134,7 +134,7 @@ jobs:

- name: Archive integration test results
if: always() && (matrix.arch != 'arm64')
uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3
uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
with:
name: integ_test_result_svdconv-${{ matrix.target }}-${{ matrix.arch }}
path: ./build/test_reports/svdconvintegtests-*.xml
Expand Down Expand Up @@ -196,7 +196,7 @@ jobs:
- name: Archive unit test results
if: (github.event_name == 'push')
uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3
uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
with:
name: unit_test_report_svdconv-linux-amd64
path: ./build/test_reports/svdconvunittests-*.xml
Expand All @@ -205,7 +205,7 @@ jobs:

- name: Archive integration test results
if: (github.event_name == 'push')
uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3
uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
with:
name: integ_test_report_svdconv-linux-amd64
path: ./build/test_reports/svdconvintegtests-*.xml
Expand Down Expand Up @@ -250,7 +250,7 @@ jobs:
attempt_delay: 5000

- name: Archive coverage report
uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3
uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
with:
name: coverage-report-svdconv
path: |
Expand Down Expand Up @@ -300,7 +300,7 @@ jobs:
runs-on: ubuntu-22.04
steps:
- name: Event File
uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3
uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
with:
name: Event File svdconv
path: ${{ github.event_path }}
4 changes: 2 additions & 2 deletions .github/workflows/test_libs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:

- name: Archive libs unittest reports
if: always() && (matrix.arch != 'arm64')
uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3
uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
with:
name: unit_test_result_test_libs-${{ matrix.target }}-${{ matrix.arch }}
path: ./build/test_reports/*${{ matrix.target }}-${{ matrix.arch }}.xml
Expand All @@ -97,7 +97,7 @@ jobs:
runs-on: ubuntu-22.04
steps:
- name: Event File
uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3
uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
with:
name: Event File test_libs
path: ${{ github.event_path }}

0 comments on commit d9e3396

Please sign in to comment.