Skip to content

Commit 0840e61

Browse files
chore(deps): bump actions/upload-artifact from 4 to 5
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 5. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4...v5) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent f3e46f8 commit 0840e61

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ jobs:
148148
run: ${{ matrix.settings.build }}
149149
shell: bash
150150
- name: Upload artifact
151-
uses: actions/upload-artifact@v4
151+
uses: actions/upload-artifact@v5
152152
with:
153153
name: bindings-${{ matrix.settings.target }}
154154
path: |

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
OUTPUT: RELEASE_NOTES.md
7474
GITHUB_REPO: ${{ github.repository }}
7575
- name: Upload release notes artifact
76-
uses: actions/upload-artifact@v4
76+
uses: actions/upload-artifact@v5
7777
with:
7878
name: release-notes
7979
path: RELEASE_NOTES.md
@@ -160,7 +160,7 @@ jobs:
160160
run: ${{ matrix.settings.build }}
161161
shell: bash
162162
- name: Upload artifact
163-
uses: actions/upload-artifact@v4
163+
uses: actions/upload-artifact@v5
164164
with:
165165
name: bindings-${{ matrix.settings.target }}
166166
path: |

0 commit comments

Comments
 (0)