Skip to content

Commit 30353a1

Browse files
authored
⬆️ Upgrade actions/upload-artifact to v4
Signed-off-by: Lamparter <[email protected]>
1 parent 0336b13 commit 30353a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dotnetcore.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
dotnet pack Octokit.GraphQL.Pack/Octokit.GraphQL.Pack.csproj --output
4646
${{ env.PackageOutputPath }}
4747
- name: Upload nupkg artifact
48-
uses: actions/upload-artifact@v2
48+
uses: actions/upload-artifact@v4
4949
with:
5050
name: nupkg
5151
path: ${{ env.PackageOutputPath }}/*.nupkg

0 commit comments

Comments
 (0)