Skip to content

Commit

Permalink
Bump actions/upload-artifact from 4.3.6 to 4.4.0
Browse files Browse the repository at this point in the history
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.3.6 to 4.4.0.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](actions/upload-artifact@834a144...5076954)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 1, 2024
1 parent 22e5047 commit 13675f9
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 @@ -77,7 +77,7 @@ jobs:
arch: ${{ matrix.arch }}

- name: Archive cbuildgen
uses: actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4.3.6
uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
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 @@ -132,7 +132,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@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4.3.6
uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
with:
name: documentation
path: ./build/tools/buildmgr/docs/doxygen/output/
Expand Down Expand Up @@ -263,15 +263,15 @@ jobs:
working-directory: tools/buildmgr/cbuildgen/installer

- name: Archive cbuild_install.sh
uses: actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4.3.6
uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
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@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4.3.6
uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
with:
name: deb_package
path: tools/buildmgr/cbuildgen/installer/cmsis-build*.deb
Expand Down Expand Up @@ -404,7 +404,7 @@ jobs:

- name: Archive unittest
if: always() && (matrix.arch != 'arm64')
uses: actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4.3.6
uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
with:
name: unit_test_result_buildmgr-${{ matrix.target }}-${{ matrix.arch }}
path: ./build/test_reports/cbuildunittests-*.xml
Expand Down Expand Up @@ -441,7 +441,7 @@ jobs:

- name: Archive Cbuild Integration Tests
if: always() && ((matrix.arch == 'amd64') || (startsWith(matrix.runs_on, 'ubuntu')))
uses: actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4.3.6
uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
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 @@ -521,7 +521,7 @@ jobs:
- name: Archive unittest
if: (github.event_name == 'push')
uses: actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4.3.6
uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
with:
name: unit_test_result_buildmgr-linux-amd64
path: ./build/test_reports/cbuildunittests-*.xml
Expand All @@ -530,7 +530,7 @@ jobs:

- name: Archive Cbuild Integration Tests
if: (github.event_name == 'push')
uses: actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4.3.6
uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
with:
name: integ_test_result_buildmgr-linux-amd64
path: ./build/test_reports/cbuildintegtests-*.xml
Expand Down Expand Up @@ -568,7 +568,7 @@ jobs:
attempt_delay: 5000

- name: Archive coverage report
uses: actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4.3.6
uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
with:
name: coverage-report-buildmgr
path: |
Expand Down Expand Up @@ -661,7 +661,7 @@ jobs:
runs-on: ubuntu-22.04
steps:
- name: Event File
uses: actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4.3.6
uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
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@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4.3.6
uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
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@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4.3.6
uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
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 @@ -75,7 +75,7 @@ jobs:

- name: Archive packchk binary
if: ${{ github.event_name != 'release' }}
uses: actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4.3.6
uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
with:
name: packchk-${{ matrix.target }}-${{ matrix.arch }}
path: build/tools/packchk/packchk-*-${{ matrix.target }}-${{ matrix.arch }}.*
Expand Down Expand Up @@ -135,7 +135,7 @@ jobs:

- name: Archive unit test results
if: always() && (matrix.arch != 'arm64')
uses: actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4.3.6
uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
with:
name: unit_test_result_packchk-${{ matrix.target }}-${{ matrix.arch }}
path: ./build/test_reports/packchkunittests-*.xml
Expand All @@ -144,7 +144,7 @@ jobs:

- name: Archive integration test results
if: always() && (matrix.arch != 'arm64')
uses: actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4.3.6
uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
with:
name: integ_test_result_packchk-${{ matrix.target }}-${{ matrix.arch }}
path: ./build/test_reports/packchkintegtests-*.xml
Expand Down Expand Up @@ -206,7 +206,7 @@ jobs:
- name: Archive unit test results
if: (github.event_name == 'push')
uses: actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4.3.6
uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
with:
name: unit_test_result_packchk-linux-amd64
path: ./build/test_reports/packchkunittests-*.xml
Expand All @@ -215,7 +215,7 @@ jobs:

- name: Archive integration test results
if: (github.event_name == 'push')
uses: actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4.3.6
uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
with:
name: integ_test_result_packchk-linux-amd64
path: ./build/test_reports/packchkintegtests-*.xml
Expand Down Expand Up @@ -253,7 +253,7 @@ jobs:
attempt_delay: 5000

- name: Archive coverage report
uses: actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4.3.6
uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
with:
name: coverage-report-packchk
path: |
Expand Down Expand Up @@ -303,7 +303,7 @@ jobs:
runs-on: ubuntu-22.04
steps:
- name: Event File
uses: actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4.3.6
uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
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 @@ -70,7 +70,7 @@ jobs:
arch: ${{ matrix.arch }}

- name: Archive packgen
uses: actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4.3.6
uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
with:
name: packgen-${{ matrix.target }}-${{ matrix.arch }}
path: ./build/tools/packgen/${{ matrix.target }}-${{ matrix.arch }}/Release/${{ matrix.binary }}
Expand Down Expand Up @@ -175,7 +175,7 @@ jobs:

- name: Archive unit tests results
if: always() && (matrix.arch != 'arm64')
uses: actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4.3.6
uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
with:
name: unit_test_result_packgen-${{ matrix.target }}-${{ matrix.arch }}
path: ./build/test_reports/packgenunittests-*.xml
Expand Down Expand Up @@ -227,7 +227,7 @@ jobs:
- name: Archive unit tests results
if: (github.event_name == 'push')
uses: actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4.3.6
uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
with:
name: unit_test_result_packgen-linux-amd64
path: ./build/test_reports/packgenunittests-*.xml
Expand Down Expand Up @@ -265,7 +265,7 @@ jobs:
attempt_delay: 5000

- name: Archive coverage report
uses: actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4.3.6
uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
with:
name: coverage-report-packgen
path: |
Expand All @@ -280,7 +280,7 @@ jobs:
runs-on: ubuntu-22.04
steps:
- name: Event File
uses: actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4.3.6
uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
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 @@ -75,7 +75,7 @@ jobs:
arch: ${{ matrix.arch }}

- name: Archive projmgr
uses: actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4.3.6
uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
with:
name: projmgr-${{ matrix.target }}-${{ matrix.arch }}
path: ./build/tools/projmgr/${{ matrix.target }}-${{ matrix.arch }}/Release/${{ matrix.binary }}
Expand Down Expand Up @@ -119,7 +119,7 @@ jobs:

- name: Archive projmgr swig python libs
if: always() && matrix.pyswig
uses: actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4.3.6
uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
with:
name: projmgr-swig-python-${{ matrix.target }}-${{ matrix.arch }}
path: |
Expand All @@ -130,7 +130,7 @@ jobs:

- name: Archive projmgr swig go libs
if: always() && matrix.goswig
uses: actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4.3.6
uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
with:
name: projmgr-swig-go-${{ matrix.target }}-${{ matrix.arch }}
path: |
Expand Down Expand Up @@ -320,7 +320,7 @@ jobs:

- name: Archive unit tests results
if: always() && (matrix.arch != 'arm64')
uses: actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4.3.6
uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
with:
name: unittest-${{ matrix.target }}-${{ matrix.arch }}
path: ./build/Testing/Temporary/LastTest.log
Expand All @@ -329,7 +329,7 @@ jobs:

- name: Archive gtest report
if: always() && (matrix.arch != 'arm64')
uses: actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4.3.6
uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
with:
name: unit_test_result_projmgr-${{ matrix.target }}-${{ matrix.arch }}
path: ./build/test_reports/projmgrunittests-*.xml
Expand Down Expand Up @@ -381,7 +381,7 @@ jobs:
- name: Archive test report
if: (github.event_name == 'push')
uses: actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4.3.6
uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
with:
name: unit_test_result_projmgr-linux-amd64
path: ./build/test_reports/projmgrunittests-*.xml
Expand Down Expand Up @@ -419,7 +419,7 @@ jobs:
attempt_delay: 5000

- name: Archive coverage report
uses: actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4.3.6
uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
with:
name: coverage-report-projmgr
path: |
Expand All @@ -434,7 +434,7 @@ jobs:
runs-on: ubuntu-22.04
steps:
- name: Event File
uses: actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4.3.6
uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
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@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4.3.6
uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
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 @@ -66,7 +66,7 @@ jobs:

- name: Archive svdconv binary
if: ${{ github.event_name != 'release' || (needs.setup.outputs.nightly == 'true')}}
uses: actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4.3.6
uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
with:
name: svdconv-${{ matrix.target }}-${{ matrix.arch }}
path: ./build/tools/svdconv/SVDConv/svdconv-*-${{ matrix.target }}-${{ matrix.arch }}.*
Expand Down Expand Up @@ -126,7 +126,7 @@ jobs:

- name: Archive unit test results
if: always() && (matrix.arch != 'arm64')
uses: actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4.3.6
uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
with:
name: unit_test_result_svdconv-${{ matrix.target }}-${{ matrix.arch }}
path: ./build/test_reports/svdconvunittests-*.xml
Expand All @@ -135,7 +135,7 @@ jobs:

- name: Archive integration test results
if: always() && (matrix.arch != 'arm64')
uses: actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4.3.6
uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
with:
name: integ_test_result_svdconv-${{ matrix.target }}-${{ matrix.arch }}
path: ./build/test_reports/svdconvintegtests-*.xml
Expand Down Expand Up @@ -197,7 +197,7 @@ jobs:
- name: Archive unit test results
if: (github.event_name == 'push')
uses: actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4.3.6
uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
with:
name: unit_test_report_svdconv-linux-amd64
path: ./build/test_reports/svdconvunittests-*.xml
Expand All @@ -206,7 +206,7 @@ jobs:

- name: Archive integration test results
if: (github.event_name == 'push')
uses: actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4.3.6
uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
with:
name: integ_test_report_svdconv-linux-amd64
path: ./build/test_reports/svdconvintegtests-*.xml
Expand Down Expand Up @@ -251,7 +251,7 @@ jobs:
attempt_delay: 5000

- name: Archive coverage report
uses: actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4.3.6
uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
with:
name: coverage-report-svdconv
path: |
Expand Down Expand Up @@ -301,7 +301,7 @@ jobs:
runs-on: ubuntu-22.04
steps:
- name: Event File
uses: actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4.3.6
uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
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 @@ -85,7 +85,7 @@ jobs:

- name: Archive libs unittest reports
if: always() && (matrix.arch != 'arm64')
uses: actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4.3.6
uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
with:
name: unit_test_result_test_libs-${{ matrix.target }}-${{ matrix.arch }}
path: ./build/test_reports/*${{ matrix.target }}-${{ matrix.arch }}.xml
Expand All @@ -98,7 +98,7 @@ jobs:
runs-on: ubuntu-22.04
steps:
- name: Event File
uses: actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4.3.6
uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
with:
name: Event File test_libs
path: ${{ github.event_path }}

0 comments on commit 13675f9

Please sign in to comment.