Skip to content

Commit

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

MP1: Bump actions/upload-artifact from 3 to 4
  • Loading branch information
andrewjswan authored Dec 19, 2023
2 parents 02613ec + a1b0185 commit 7987dcf
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/mediaportal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
shell: cmd

- name: Upload Artifact / Build result file
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
if: ${{ always() }}
with:
name: Build result file ${{ matrix.architecture }}
Expand All @@ -65,7 +65,7 @@ jobs:
retention-days: 3

- name: Upload Artifact / Mediaportal setup file
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
if: ${{ success() }}
with:
name: Mediaportal setup file ${{ matrix.architecture }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/mediaportal_jira.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
shell: cmd

- name: Upload Artifact / Build result file
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
if: ${{ always() }}
with:
name: Build result file ${{ matrix.architecture }}
Expand All @@ -65,7 +65,7 @@ jobs:
retention-days: 3

- name: Upload Artifact / Mediaportal setup file
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
if: ${{ success() }}
with:
name: Mediaportal setup file ${{ matrix.architecture }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/mediaportal_test_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
shell: cmd

- name: Upload Artifact / Build result file
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
if: ${{ always() }}
with:
name: Build result file ${{ matrix.architecture }}
Expand All @@ -65,7 +65,7 @@ jobs:
retention-days: 3

- name: Upload Artifact / Mediaportal setup file
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
if: ${{ success() }}
with:
name: Mediaportal setup file ${{ matrix.architecture }}
Expand Down

0 comments on commit 7987dcf

Please sign in to comment.