Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): bump actions/download-artifact from 3 to 4.1.7 in /.github/workflows #858

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
chore(deps): bump actions/download-artifact in /.github/workflows
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3 to 4.1.7.
- [Release notes](https://github.com/actions/download-artifact/releases)
- [Commits](actions/download-artifact@v3...v4.1.7)

---
updated-dependencies:
- dependency-name: actions/download-artifact
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Sep 3, 2024
commit 4f2d88a7a9bf5b3e938adbd5f1aaef6d0cec4945
18 changes: 9 additions & 9 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ jobs:
- uses: actions/checkout@v4
with:
submodules: recursive
- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4.1.7
with:
name: ${{ matrix.config.nethost }}
path: ./runtime/nethost
Expand Down Expand Up @@ -242,15 +242,15 @@ jobs:
runs-on: ubuntu-latest
needs: [build-api, build-server]
steps:
- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4.1.7
with:
name: csharp-module-modules
path: ./
- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4.1.7
with:
name: csharp-module-linux
path: ./
- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4.1.7
with:
name: csharp-module-windows
path: ./
Expand Down Expand Up @@ -295,11 +295,11 @@ jobs:
runs-on: ubuntu-latest
needs: [build-api, build-server]
steps:
- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4.1.7
with:
name: csharp-module-api
path: ./
- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4.1.7
with:
name: csharp-module-templates
path: ./
Expand Down Expand Up @@ -450,15 +450,15 @@ jobs:
runs-on: ubuntu-latest
needs: [deploy-cdn, deploy-nuget]
steps:
- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4.1.7
with:
name: csharp-module-modules
path: ./
- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4.1.7
with:
name: csharp-module-linux
path: ./
- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4.1.7
with:
name: csharp-module-windows
path: ./
Expand Down