Skip to content

Commit

Permalink
Merge pull request #1 from anler/dependabot/github_actions/dot-github…
Browse files Browse the repository at this point in the history
…/workflows/actions/download-artifact-4.1.7

Bump actions/download-artifact from 1 to 4.1.7 in /.github/workflows
  • Loading branch information
anler authored Dec 4, 2024
2 parents a083e28 + 66d2264 commit 567a713
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,19 +84,19 @@ jobs:
node-version: 12.x

- name: Download Linux artifacts
uses: actions/download-artifact@v1
uses: actions/download-artifact@v4.1.7
with:
name: ubuntu-latest
path: _bin/linux

- name: Download macOS artifacts
uses: actions/download-artifact@v1
uses: actions/download-artifact@v4.1.7
with:
name: macOS-latest
path: _bin/darwin

- name: Download Windows artifacts
uses: actions/download-artifact@v1
uses: actions/download-artifact@v4.1.7
with:
name: windows-latest
path: _bin/windows
Expand Down

0 comments on commit 567a713

Please sign in to comment.