Skip to content

Commit 2bcccf5

Browse files
Bump actions/upload-artifact from 4.6.1 to 4.6.2 (#647)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.6.1 to 4.6.2. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4.6.1...v4.6.2) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent b1e8808 commit 2bcccf5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: Run tests
3030
run: sudo target/x86_64-unknown-linux-musl/release/avml --compress output.lime
3131
- name: upload artifacts
32-
uses: actions/upload-artifact@v4.6.1
32+
uses: actions/upload-artifact@v4.6.2
3333
with:
3434
name: linux-x86-64-artifacts
3535
path: |
@@ -47,7 +47,7 @@ jobs:
4747
- name: Run tests
4848
run: sudo target/aarch64-unknown-linux-musl/release/avml --compress output.lime
4949
- name: upload artifacts
50-
uses: actions/upload-artifact@v4.6.1
50+
uses: actions/upload-artifact@v4.6.2
5151
with:
5252
name: linux-aarch64-artifacts
5353
path: |
@@ -71,7 +71,7 @@ jobs:
7171
- name: Run tests
7272
run: cargo test
7373
- name: upload artifacts
74-
uses: actions/upload-artifact@v4.6.1
74+
uses: actions/upload-artifact@v4.6.2
7575
with:
7676
name: windows-artifacts
7777
path: |

0 commit comments

Comments
 (0)