Skip to content

Commit

Permalink
Merge pull request #240 from MediaPortal/dependabot/github_actions/ac…
Browse files Browse the repository at this point in the history
…tions/download-artifact-4

MP1: Bump actions/download-artifact from 3 to 4
  • Loading branch information
andrewjswan authored Dec 19, 2023
2 parents 7987dcf + 6ff70ac commit d804beb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/mediaportal_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@ jobs:

steps:
- name: Download x86 Artifacts
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: Mediaportal setup file x86
path: release-files

- name: Download x64 Artifacts
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: Mediaportal setup file x64
path: release-files
Expand Down

0 comments on commit d804beb

Please sign in to comment.