Skip to content

Commit 2e96f67

Browse files
chore(deps): bump actions/upload-artifact from 5 to 6 (#59)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 5 to 6. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v5...v6) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 42306ca commit 2e96f67

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@v5
151+
uses: actions/upload-artifact@v6
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
@@ -77,7 +77,7 @@ jobs:
7777
OUTPUT: RELEASE_NOTES.md
7878
GITHUB_REPO: ${{ github.repository }}
7979
- name: Upload release notes artifact
80-
uses: actions/upload-artifact@v5
80+
uses: actions/upload-artifact@v6
8181
with:
8282
name: release-notes
8383
path: RELEASE_NOTES.md
@@ -164,7 +164,7 @@ jobs:
164164
run: ${{ matrix.settings.build }}
165165
shell: bash
166166
- name: Upload artifact
167-
uses: actions/upload-artifact@v5
167+
uses: actions/upload-artifact@v6
168168
with:
169169
name: bindings-${{ matrix.settings.target }}
170170
path: |

0 commit comments

Comments
 (0)