Skip to content

Commit

Permalink
Bump actions/download-artifact from 2 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 2 to 4.1.7.
- [Release notes](https://github.com/actions/download-artifact/releases)
- [Commits](actions/download-artifact@v2...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 a6dfc2f commit 007e050
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/damselfly-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ jobs:
run: echo "::set-output name=version::$(cat VERSION)"

- name: Download Server Build
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4.1.7
with:
name: Server-Dist
path: server
Expand All @@ -132,7 +132,7 @@ jobs:
echo "Server artifacts:"
ls server
- name: Download Desktop Builds into wwwroot folder
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4.1.7
with:
name: Desktop-Dist
path: publish/wwwroot/desktop
Expand Down Expand Up @@ -177,14 +177,14 @@ jobs:

- name: Download Desktop Artifacts
if: github.ref == 'refs/heads/master'
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4.1.7
with:
name: Desktop-Dist
path: Damselfly.Web.Client/wwwroot/desktop

- name: Download Server Artifacts
if: github.ref == 'refs/heads/master'
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4.1.7
with:
name: Server-Dist
path: server
Expand Down

0 comments on commit 007e050

Please sign in to comment.