Skip to content
This repository was archived by the owner on Jun 5, 2026. It is now read-only.

Commit 77ff2fe

Browse files
build(deps): bump actions/upload-artifact from 7.0.0 to 7.0.1 (#96)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 7.0.0 to 7.0.1. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v7.0.0...v7.0.1) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: 7.0.1 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 7e60ad1 commit 77ff2fe

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/main.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -44,19 +44,19 @@ jobs:
4444
- run: tar -cvf Out/macOSRelease.tar -C target/x86_64-apple-darwin/release/bundle/osx/ $(ls target/x86_64-apple-darwin/release/bundle/osx/)
4545
- run: tar -cvf OutDebug/macOSDebugAppleSilicon.tar -C target/aarch64-apple-darwin/debug/bundle/osx/ $(ls target/aarch64-apple-darwin/debug/bundle/osx/)
4646
- run: tar -cvf Out/macOSReleaseAppleSilicon.tar -C target/aarch64-apple-darwin/release/bundle/osx/ $(ls target/aarch64-apple-darwin/release/bundle/osx/)
47-
- uses: actions/upload-artifact@v7.0.0
47+
- uses: actions/upload-artifact@v7.0.1
4848
with:
4949
name: macOS Debug
5050
path: OutDebug/macOSDebug.tar
51-
- uses: actions/upload-artifact@v7.0.0
51+
- uses: actions/upload-artifact@v7.0.1
5252
with:
5353
name: macOS Release
5454
path: Out/macOSRelease.tar
55-
- uses: actions/upload-artifact@v7.0.0
55+
- uses: actions/upload-artifact@v7.0.1
5656
with:
5757
name: macOS Apple Silicon Debug
5858
path: OutDebug/macOSDebugAppleSilicon.tar
59-
- uses: actions/upload-artifact@v7.0.0
59+
- uses: actions/upload-artifact@v7.0.1
6060
with:
6161
name: macOS Apple Silicon Release
6262
path: Out/macOSReleaseAppleSilicon.tar
@@ -72,11 +72,11 @@ jobs:
7272
- run: cargo install cargo-bundle
7373
- run: cargo bundle
7474
- run: cargo bundle --release
75-
- uses: actions/upload-artifact@v7.0.0
75+
- uses: actions/upload-artifact@v7.0.1
7676
with:
7777
name: Linux Debug
7878
path: target/debug/bundle/deb/*.deb
79-
- uses: actions/upload-artifact@v7.0.0
79+
- uses: actions/upload-artifact@v7.0.1
8080
with:
8181
name: Linux Release
8282
path: target/release/bundle/deb/*.deb
@@ -89,11 +89,11 @@ jobs:
8989
- uses: dtolnay/rust-toolchain@nightly
9090
- run: cargo build -Zunstable-options --artifact-dir=out-debug
9191
- run: cargo build --release -Zunstable-options --artifact-dir=out
92-
- uses: actions/upload-artifact@v7.0.0
92+
- uses: actions/upload-artifact@v7.0.1
9393
with:
9494
name: Windows Debug
9595
path: out-debug/*.exe
96-
- uses: actions/upload-artifact@v7.0.0
96+
- uses: actions/upload-artifact@v7.0.1
9797
with:
9898
name: Windows Release
9999
path: out/*.exe

0 commit comments

Comments
 (0)