Skip to content

Commit ddef486

Browse files
Bump actions/upload-artifact from 6 to 7
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 6 to 7. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v6...v7) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent a47a11e commit ddef486

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/CI_build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,21 +28,21 @@ jobs:
2828

2929
- name: Archive artifacts for x64
3030
if: matrix.build_platform == 'x64' && matrix.build_configuration == 'Release'
31-
uses: actions/upload-artifact@v6
31+
uses: actions/upload-artifact@v7
3232
with:
3333
name: plugin_dll_x64
3434
path: bin64\FWDataViz.dll
3535

3636
- name: Archive artifacts for Win32
3737
if: matrix.build_platform == 'Win32' && matrix.build_configuration == 'Release'
38-
uses: actions/upload-artifact@v6
38+
uses: actions/upload-artifact@v7
3939
with:
4040
name: plugin_dll_x86
4141
path: bin\FWDataViz.dll
4242

4343
- name: Archive artifacts for ARM64
4444
if: matrix.build_platform == 'ARM64' && matrix.build_configuration == 'Release'
45-
uses: actions/upload-artifact@v6
45+
uses: actions/upload-artifact@v7
4646
with:
4747
name: plugin_dll_arm64
4848
path: arm64\FWDataViz.dll

0 commit comments

Comments
 (0)