Skip to content

Commit

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

Bump actions/download-artifact from 3 to 4.1.7 in /.github/workflows
  • Loading branch information
norberttak authored Sep 4, 2024
2 parents bd1c157 + 604d0bb commit 6e7ca02
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,19 +31,19 @@ jobs:
- uses: actions/checkout@v3

- name: Download built plugin (Windows)
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4.1.7
with:
name: built-plugin-windows
path: built-plugin-windows/plugins/XPanel/64/

- name: Download built plugin (Linux)
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4.1.7
with:
name: built-plugin-linux
path: built-plugin-linux/plugins/XPanel/64/

- name: Download docs
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4.1.7
with:
name: docs
path: doc/
Expand Down

0 comments on commit 6e7ca02

Please sign in to comment.