@@ -23,11 +23,11 @@ jobs:
2323 contents : read
2424 steps :
2525 - name : Setup .NET
26- uses : actions/setup-dotnet@v4
26+ uses : actions/setup-dotnet@v5
2727 with :
2828 dotnet-version : ' 10.0.x'
2929 - name : Checkout code into the project directory
30- uses : actions/checkout@v4
30+ uses : actions/checkout@v5
3131 with :
3232 fetch-depth : 0
3333 - name : Run unit tests
3636 run : |
3737 python3 ./scripts/build.py v0.0.1 linux-x64
3838 - name : Upload Linux artifact
39- uses : actions/upload-artifact@v4
39+ uses : actions/upload-artifact@v6
4040 with :
4141 name : linux-amd64-binary
4242 path : ./bin/artifacts/notation-azure-artifactsigning_0.0.1_linux_amd64.tar.gz
@@ -49,11 +49,11 @@ jobs:
4949 contents : read
5050 steps :
5151 - name : Setup .NET
52- uses : actions/setup-dotnet@v4
52+ uses : actions/setup-dotnet@v5
5353 with :
5454 dotnet-version : ' 10.0.x'
5555 - name : Checkout code into the project directory
56- uses : actions/checkout@v4
56+ uses : actions/checkout@v5
5757 with :
5858 fetch-depth : 0
5959 - name : Run unit tests
6262 run : |
6363 python3 ./scripts/build.py v0.0.1 linux-arm64
6464 - name : Upload Linux artifact
65- uses : actions/upload-artifact@v4
65+ uses : actions/upload-artifact@v6
6666 with :
6767 name : linux-arm64-binary
6868 path : ./bin/artifacts/notation-azure-artifactsigning_0.0.1_linux_arm64.tar.gz
@@ -75,11 +75,11 @@ jobs:
7575 contents : read
7676 steps :
7777 - name : Setup .NET
78- uses : actions/setup-dotnet@v4
78+ uses : actions/setup-dotnet@v5
7979 with :
8080 dotnet-version : ' 10.0.x'
8181 - name : Checkout code into the project directory
82- uses : actions/checkout@v4
82+ uses : actions/checkout@v5
8383 with :
8484 fetch-depth : 0
8585 - name : Run unit tests
8888 run : |
8989 python3 ./scripts/build.py v0.0.1 osx-x64
9090 - name : Upload macOS artifact
91- uses : actions/upload-artifact@v4
91+ uses : actions/upload-artifact@v6
9292 with :
9393 name : darwin-amd64-binary
9494 path : ./bin/artifacts/notation-azure-artifactsigning_0.0.1_darwin_amd64.tar.gz
9797 run : |
9898 python3 ./scripts/build.py v0.0.1 osx-arm64
9999 - name : Upload macOS arm artifact
100- uses : actions/upload-artifact@v4
100+ uses : actions/upload-artifact@v6
101101 with :
102102 name : darwin-arm64-binary
103103 path : ./bin/artifacts/notation-azure-artifactsigning_0.0.1_darwin_arm64.tar.gz
@@ -110,19 +110,19 @@ jobs:
110110 contents : read
111111 steps :
112112 - name : Setup .NET
113- uses : actions/setup-dotnet@v4
113+ uses : actions/setup-dotnet@v5
114114 with :
115115 dotnet-version : ' 10.0.x'
116116 - name : Check out code into the project directory
117- uses : actions/checkout@v4
117+ uses : actions/checkout@v5
118118 with :
119119 fetch-depth : 0
120120 - name : Run unit tests
121121 run : make test
122122 - name : Build Windows Binary
123123 run : python3 ./scripts/build.py v0.0.1 win-x64
124124 - name : Upload Windows artifact
125- uses : actions/upload-artifact@v4
125+ uses : actions/upload-artifact@v6
126126 with :
127127 name : windows-amd64-binary
128128 path : ./bin/artifacts/notation-azure-artifactsigning_0.0.1_windows_amd64.zip
@@ -135,11 +135,11 @@ jobs:
135135 contents : read
136136 steps :
137137 - name : Setup .NET
138- uses : actions/setup-dotnet@v4
138+ uses : actions/setup-dotnet@v5
139139 with :
140140 dotnet-version : ' 10.0.x'
141141 - name : Check out code into the project directory
142- uses : actions/checkout@v4
142+ uses : actions/checkout@v5
143143 with :
144144 fetch-depth : 0
145145 - name : Run unit tests
@@ -154,19 +154,19 @@ jobs:
154154 contents : read
155155 steps :
156156 - name : Setup .NET
157- uses : actions/setup-dotnet@v4
157+ uses : actions/setup-dotnet@v5
158158 with :
159159 dotnet-version : ' 10.0.x'
160160 - name : Check out code into the project directory
161- uses : actions/checkout@v4
161+ uses : actions/checkout@v5
162162 with :
163163 fetch-depth : 0
164164 - name : Run unit tests
165165 run : make test
166166 - name : Build Windows Binary
167167 run : python3 ./scripts/build.py v0.0.1 win-arm64
168168 - name : Upload Windows artifact
169- uses : actions/upload-artifact@v4
169+ uses : actions/upload-artifact@v6
170170 with :
171171 name : windows-arm64-binary
172172 path : ./bin/artifacts/notation-azure-artifactsigning_0.0.1_windows_arm64.zip
0 commit comments