Skip to content

Commit

Permalink
Bump actions/download-artifact from 4.1.4 to 4.1.5
Browse files Browse the repository at this point in the history
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4.1.4 to 4.1.5.
- [Release notes](https://github.com/actions/download-artifact/releases)
- [Commits](actions/download-artifact@v4.1.4...v4.1.5)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Apr 19, 2024
1 parent 9d92739 commit e83ba01
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 13 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/build-nuget-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,37 +43,37 @@ jobs:
path: ${{ env.NUGET_PACKAGES }}

- name: Download Windows Artifacts from build job
uses: actions/[email protected].4
uses: actions/[email protected].5
with:
name: bin-windows-2022
path: bin/ci-artifacts/bin-windows-2022

- name: Download Ubuntu x64 Artifacts from build job
uses: actions/[email protected].4
uses: actions/[email protected].5
with:
name: bin-ubuntu-20.04
path: bin/ci-artifacts/bin-ubuntu-20.04

- name: Download Ubuntu arm64 Artifacts from build job
uses: actions/[email protected].4
uses: actions/[email protected].5
with:
name: bin-actuated-arm64-4cpu-8gb
path: bin/ci-artifacts/bin-actuated-arm64-4cpu-8gb

- name: Download Alpine x64 Artifacts from build job
uses: actions/[email protected].4
uses: actions/[email protected].5
with:
name: bin-alpine-x64
path: bin/ci-artifacts/bin-alpine-x64

- name: Download Alpine arm64 Artifacts from build job
uses: actions/[email protected].4
uses: actions/[email protected].5
with:
name: bin-alpine-arm64
path: bin/ci-artifacts/bin-alpine-arm64

- name: Download Mac-OS Artifacts from build job
uses: actions/[email protected].4
uses: actions/[email protected].5
with:
name: bin-macos-11
path: bin/ci-artifacts/bin-macos-11
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:

- name: Download native CentOS Artifacts from build job
if: ${{ matrix.machine == 'ubuntu-20.04' }}
uses: actions/[email protected].4
uses: actions/[email protected].5
with:
name: bin-centos-native
path: bin/ci-artifacts/bin-centos-native
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
path: ${{ env.NUGET_PACKAGES }}

- name: Download Artifacts from build job
uses: actions/[email protected].4
uses: actions/[email protected].5
with:
name: bin-${{ matrix.machine }}
path: bin/tracer-home
Expand Down Expand Up @@ -143,7 +143,7 @@ jobs:
path: ${{ env.NUGET_PACKAGES }}

- name: Download Artifacts from build job
uses: actions/[email protected].4
uses: actions/[email protected].5
with:
name: bin-${{ matrix.machine }}
path: bin/tracer-home
Expand Down Expand Up @@ -183,7 +183,7 @@ jobs:
path: ${{ env.NUGET_PACKAGES }}

- name: Download Artifacts from build job
uses: actions/[email protected].4
uses: actions/[email protected].5
with:
name: bin-${{ matrix.machine }}
path: bin/tracer-home
Expand Down Expand Up @@ -237,7 +237,7 @@ jobs:
fetch-depth: 0 # fetching all, needed to correctly calculate version

- name: Download Artifacts from build job
uses: actions/[email protected].4
uses: actions/[email protected].5
with:
name: bin-${{ matrix.build-source }}
path: bin/tracer-home
Expand Down Expand Up @@ -288,7 +288,7 @@ jobs:
path: ${{ env.NUGET_PACKAGES }}

- name: Download NuGet Artifacts from build-nuget-packages job
uses: actions/[email protected].4
uses: actions/[email protected].5
with:
name: bin-nuget-packages
path: bin/nuget-artifacts/
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
uses: actions/[email protected]

- name: Download artifacts
uses: actions/[email protected].4
uses: actions/[email protected].5
with:
path: .

Expand Down

0 comments on commit e83ba01

Please sign in to comment.