Skip to content

Commit 1a2eb01

Browse files
committed
Update actions/upload-artifact to 4 version.
1 parent a69aded commit 1a2eb01

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ jobs:
9595
9696
# Step 4
9797
- name: Upload Artifacts
98-
uses: actions/upload-artifact@v3
98+
uses: actions/upload-artifact@v4
9999
with:
100100
name: build-${{ matrix.os }}-${{ matrix.arch }}-${{ matrix.build_type }}
101101
path: |

.github/workflows/macos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ jobs:
9595
9696
# Step 4
9797
- name: Upload Artifacts
98-
uses: actions/upload-artifact@v3
98+
uses: actions/upload-artifact@v4
9999
with:
100100
name: build-${{ matrix.os }}-${{ matrix.arch }}-${{ matrix.build_type }}
101101
path: |

.github/workflows/windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ jobs:
9999

100100
# Step 6
101101
- name: Upload Artifacts
102-
uses: actions/upload-artifact@v3
102+
uses: actions/upload-artifact@v4
103103
with:
104104
name: build-${{ matrix.os }}-${{ matrix.arch }}-${{ matrix.build_type }}
105105
path: |

0 commit comments

Comments
 (0)