Skip to content

Commit

Permalink
Update upload artifact to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
AnimatedSwine37 authored Oct 24, 2024
1 parent 665f10f commit 8d7f23c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/reloaded.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:
run: ./Publish.ps1

- name: Upload GitHub Release Artifact
uses: actions/upload-artifact@v2.2.4
uses: actions/upload-artifact@v4
with:
# Artifact name
name: GitHub Release
Expand All @@ -92,7 +92,7 @@ jobs:
${{ env.PUBLISH_GITHUB_PATH }}/*
- name: Upload GameBanana Release Artifact
uses: actions/upload-artifact@v2.2.4
uses: actions/upload-artifact@v4
with:
# Artifact name
name: GameBanana Release
Expand All @@ -101,7 +101,7 @@ jobs:
${{ env.PUBLISH_GAMEBANANA_PATH }}/*
- name: Upload NuGet Release Artifact
uses: actions/upload-artifact@v2.2.4
uses: actions/upload-artifact@v4
with:
# Artifact name
name: NuGet Release
Expand All @@ -110,7 +110,7 @@ jobs:
${{ env.PUBLISH_NUGET_PATH }}/*
- name: Upload Changelog Artifact
uses: actions/upload-artifact@v2.2.4
uses: actions/upload-artifact@v4
with:
# Artifact name
name: Changelog
Expand Down Expand Up @@ -144,4 +144,4 @@ jobs:
{
Write-Host "Pushing $item"
dotnet nuget push "$item" -k "$env:NUGET_KEY" -s "$env:NUGET_URL" --skip-duplicate
}
}

0 comments on commit 8d7f23c

Please sign in to comment.