Skip to content
This repository has been archived by the owner on Nov 19, 2024. It is now read-only.

Commit

Permalink
Bump actions/download-artifact from 3 to 4.1.7 in /.github/workflows
Browse files Browse the repository at this point in the history
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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 3, 2024
1 parent 3b0f049 commit 312df3e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
- name: Create temp directories
run:
mkdir -p ./tmp/artifacts ./tmp/nupkg
- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4.1.7
with:
name: render-binaries
path: ./tmp/artifacts
Expand Down Expand Up @@ -94,11 +94,11 @@ jobs:
- name: Check out code
uses: actions/checkout@v2
- run: mkdir -p /tmp/artifacts /tmp/nupkg
- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4.1.7
with:
name: render-binaries
path: /tmp/artifacts
- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4.1.7
with:
name: nupkg
path: /tmp/nupkg
Expand All @@ -118,7 +118,7 @@ jobs:
- make-release
if: startsWith(github.ref, 'refs/tags/')
steps:
- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4.1.7
with:
name: nupkg
path: ./tmp/nupkg
Expand Down

0 comments on commit 312df3e

Please sign in to comment.