1515 fullSemVer : ${{ steps.gitversion.outputs.fullSemVer }}
1616
1717 steps :
18- - uses : actions/checkout@v4
18+ - uses : actions/checkout@v5
1919 with :
2020 fetch-depth : 0
2121
2626 - id : gitversion
2727 uses :
gittools/actions/gitversion/[email protected] 2828
29- - uses : actions/setup-dotnet@v4
29+ - uses : actions/setup-dotnet@v5
3030 with :
3131 dotnet-version : 6.0.x
3232
6666 src/json-ld.net/json-ld.net.csproj \
6767 --output ${{ github.workspace }}/nugets/
6868
69- - uses : actions/upload-artifact@v4
69+ - uses : actions/upload-artifact@v5
7070 with :
7171 name : nugets
7272 path : nugets
@@ -78,12 +78,12 @@ jobs:
7878
7979 steps :
8080 - name : download artifact
81- uses : actions/download-artifact@v4
81+ uses : actions/download-artifact@v6
8282 with :
8383 name : nugets
8484
8585 - name : setup dotnet
86- uses : actions/setup-dotnet@v4
86+ uses : actions/setup-dotnet@v5
8787 with :
8888 dotnet-version : 6.0.x
8989 source-url : https://nuget.pkg.github.com/linked-data-dotnet/index.json
@@ -99,11 +99,11 @@ jobs:
9999 needs : build
100100
101101 steps :
102- - uses : actions/download-artifact@v4
102+ - uses : actions/download-artifact@v6
103103 with :
104104 name : nugets
105105
106- - uses : actions/setup-dotnet@v4
106+ - uses : actions/setup-dotnet@v5
107107 with :
108108 dotnet-version : 6.0.x
109109 source-url : https://api.nuget.org/v3/index.json
@@ -119,7 +119,7 @@ jobs:
119119 if : startsWith(github.ref, 'refs/tags/')
120120
121121 steps :
122- - uses : actions/download-artifact@v4
122+ - uses : actions/download-artifact@v6
123123 with :
124124 name : nugets
125125
0 commit comments