Skip to content

Commit e2cedc4

Browse files
dependabot[bot]triceo
authored andcommitted
chore(deps): bump actions/upload-artifact from 4 to 7
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 7. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4...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 307743c commit e2cedc4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/performance_quickstarts.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ jobs:
117117
-f timefold-quickstarts/java/${{ matrix.example }}/pom.xml
118118
119119
- name: Upload the binaries
120-
uses: actions/upload-artifact@v4
120+
uses: actions/upload-artifact@v7
121121
with:
122122
name: baseline-${{ matrix.example }}
123123
path: |
@@ -202,7 +202,7 @@ jobs:
202202
-f timefold-quickstarts/java/${{ matrix.example }}/pom.xml
203203
204204
- name: Upload the binaries
205-
uses: actions/upload-artifact@v4
205+
uses: actions/upload-artifact@v7
206206
with:
207207
name: sut-${{ matrix.example }}
208208
path: |

0 commit comments

Comments
 (0)