Skip to content

Commit 5675a4e

Browse files
committed
chore: Upgrade github actions upload-artifacts dependency.
1 parent bce716b commit 5675a4e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
cmake --build build --config release
4242
working-directory: ./src/cpp
4343
- name: 'Upload Artifact'
44-
uses: actions/upload-artifact@v3
44+
uses: actions/upload-artifact@v4
4545
with:
4646
name: ${{ matrix.artifact-name }}
4747
path: ./src/cpp/build/${{ matrix.artifact-path }}
@@ -53,7 +53,7 @@ jobs:
5353
steps:
5454
- uses: actions/checkout@v3
5555
- uses: dart-lang/setup-dart@v1
56-
- uses: actions/download-artifact@v3
56+
- uses: actions/download-artifact@v4
5757
with:
5858
path: artifacts
5959
- run: dart pub get

0 commit comments

Comments
 (0)