Skip to content

Commit b03c28a

Browse files
committed
use /upload-artifact@v4
1 parent dd0032f commit b03c28a

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

.github/workflows/ci.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
3030
- name: Upload default artifacts
3131
if: github.event_name != 'pull_request'
32-
uses: actions/upload-artifact@v3
32+
uses: actions/upload-artifact@v4
3333
with:
3434
name: native-library-${{ matrix.os }}
3535
path: |
@@ -39,7 +39,7 @@ jobs:
3939
4040
- name: Upload bindings
4141
if: matrix.os == 'ubuntu-latest' && github.event_name != 'pull_request'
42-
uses: actions/upload-artifact@v3
42+
uses: actions/upload-artifact@v4
4343
with:
4444
name: language-bindings
4545
path: |
@@ -63,7 +63,7 @@ jobs:
6363
run: rm -rf packages/swift/Strathweb.Phi.Engine/.build
6464
- name: Upload artifact
6565
if: github.event_name != 'pull_request'
66-
uses: actions/upload-artifact@v3
66+
uses: actions/upload-artifact@v4
6767
with:
6868
name: Strathweb.Phi.Engine-SwiftPackage
6969
path: packages/swift/Strathweb.Phi.Engine
@@ -79,22 +79,22 @@ jobs:
7979
with:
8080
dotnet-version: '9.0.x'
8181
- name: Download Linux artifacts
82-
uses: actions/download-artifact@v3
82+
uses: actions/download-artifact@v4
8383
with:
8484
name: native-library-ubuntu-latest
8585
path: artifacts/linux
8686
- name: Download macOS artifacts
87-
uses: actions/download-artifact@v3
87+
uses: actions/download-artifact@v4
8888
with:
8989
name: native-library-macos-15
9090
path: artifacts/macos
9191
- name: Download Windows artifacts
92-
uses: actions/download-artifact@v3
92+
uses: actions/download-artifact@v4
9393
with:
9494
name: native-library-windows-latest
9595
path: artifacts/windows
9696
- name: Download bindings
97-
uses: actions/download-artifact@v3
97+
uses: actions/download-artifact@v4
9898
with:
9999
name: language-bindings
100100
path: artifacts/bindings
@@ -113,17 +113,17 @@ jobs:
113113
dotnet build -c Release
114114
dotnet pack -c Release
115115
- name: Upload NuGet package (Strathweb.Phi.Engine)
116-
uses: actions/upload-artifact@v3
116+
uses: actions/upload-artifact@v4
117117
with:
118118
name: Strathweb.Phi.Engine
119119
path: packages/csharp/Strathweb.Phi.Engine/bin/Release/*.nupkg
120120
- name: Upload NuGet package (Strathweb.Phi.Engine.AutoGen)
121-
uses: actions/upload-artifact@v3
121+
uses: actions/upload-artifact@v4
122122
with:
123123
name: Strathweb.Phi.Engine.AutoGen
124124
path: packages/csharp/Strathweb.Phi.Engine.AutoGen/bin/Release/*.nupkg
125125
- name: Upload NuGet package (Strathweb.Phi.Engine.Microsoft.Extensions.AI)
126-
uses: actions/upload-artifact@v3
126+
uses: actions/upload-artifact@v4
127127
with:
128128
name: Strathweb.Phi.Engine.Microsoft.Extensions.AI
129129
path: packages/csharp/Strathweb.Phi.Engine.Microsoft.Extensions.AI/bin/Release/*.nupkg

0 commit comments

Comments
 (0)