Skip to content

Commit 524686a

Browse files
Bump actions/upload-artifact from 4.6.2 to 7.0.1 (#127)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.6.2 to 7.0.1. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4.6.2...v7.0.1) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: 7.0.1 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 6261c20 commit 524686a

6 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/build-darwin.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
run: cmake -DCMAKE_BUILD_TYPE=Release -DLOTTIE_MODULE=OFF CMakeLists.txt && cmake --build . --config Release
4646

4747
- name: Upload executable as artifact
48-
uses: actions/upload-artifact@v4.6.2
48+
uses: actions/upload-artifact@v7.0.1
4949
with:
5050
name: ${{ inputs.output-artifact-name }}
5151
path: bin/lottie_to_png

.github/workflows/build-linux-and-docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ jobs:
124124
docker rm -v $id
125125
126126
- name: Upload executable as artifact
127-
uses: actions/upload-artifact@v4.6.2
127+
uses: actions/upload-artifact@v7.0.1
128128
with:
129129
name: ${{ inputs.output-artifact-name }}
130130
path: bin/lottie_to_png

.github/workflows/build-windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
run: cmake -DCMAKE_BUILD_TYPE=Release -DLOTTIE_MODULE=OFF CMakeLists.txt && cmake --build . --config Release
4141

4242
- name: Upload executable as artifact
43-
uses: actions/upload-artifact@v4.6.2
43+
uses: actions/upload-artifact@v7.0.1
4444
with:
4545
name: ${{ inputs.output-artifact-name }}
4646
path: bin/Release/lottie_to_png.exe

.github/workflows/test-darwin.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
background: ${{ matrix.background }}
7070

7171
- name: Upload test results as artifacts
72-
uses: actions/upload-artifact@v4.6.2
72+
uses: actions/upload-artifact@v7.0.1
7373
with:
7474
name: ${{ inputs.output-artifact-name }}.${{ matrix.case }}${{ steps.bg-suffix.outputs.suffix }}
7575
path: test-files

.github/workflows/test-docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
background: ${{ matrix.background }}
5151

5252
- name: Upload test results as artifacts
53-
uses: actions/upload-artifact@v4.6.2
53+
uses: actions/upload-artifact@v7.0.1
5454
with:
5555
name: ${{ inputs.output-artifact-name }}.${{ matrix.image }}${{ steps.bg-suffix.outputs.suffix }}
5656
path: test-files

.github/workflows/test-windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
background: ${{ matrix.background }}
7070

7171
- name: Upload test results as artifacts
72-
uses: actions/upload-artifact@v4.6.2
72+
uses: actions/upload-artifact@v7.0.1
7373
with:
7474
name: ${{inputs.output-artifact-name }}.${{ matrix.case }}${{ steps.bg-suffix.outputs.suffix }}
7575
path: test-files

0 commit comments

Comments
 (0)