Skip to content

Commit

Permalink
Merge pull request #358 from jellyfin/dependabot/github_actions/maste…
Browse files Browse the repository at this point in the history
…r/actions/upload-artifact-4

Bump actions/upload-artifact from 3 to 4
  • Loading branch information
iwalton3 authored Jan 21, 2024
2 parents bb8bc84 + a10e62b commit 63cf228
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
./artifacts.sh standard
shell: bash
- name: Archive production artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: windows
path: ${{ github.workspace }}/publish/Installer/*.exe
Expand Down Expand Up @@ -73,7 +73,7 @@ jobs:
./artifacts.sh legacy
shell: bash
- name: Archive production artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: windows-legacy32
path: ${{ github.workspace }}/publish/InstallerLegacy/*.exe

0 comments on commit 63cf228

Please sign in to comment.