Skip to content

Commit 2cf7954

Browse files
chore(deps): bump actions/upload-artifact from 5 to 6
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 5 to 6. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v5...v6) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent de959e2 commit 2cf7954

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/benchmarks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ jobs:
182182
183183
# Upload benchmark results as artifact
184184
- name: Upload Benchmark Results
185-
uses: actions/upload-artifact@v5
185+
uses: actions/upload-artifact@v6
186186
with:
187187
name: benchmark-results
188188
path: |

.github/workflows/cross-compile.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,13 +32,13 @@ jobs:
3232
run: cargo build --release
3333

3434
- name: Upload freenet binary
35-
uses: actions/upload-artifact@v5
35+
uses: actions/upload-artifact@v6
3636
with:
3737
name: binaries-x86_64-freenet
3838
path: target/release/freenet
3939

4040
- name: Upload fdev binary
41-
uses: actions/upload-artifact@v5
41+
uses: actions/upload-artifact@v6
4242
with:
4343
name: binaries-x86_64-fdev
4444
path: target/release/fdev
@@ -64,13 +64,13 @@ jobs:
6464
run: cargo build --release
6565

6666
- name: Upload freenet binary
67-
uses: actions/upload-artifact@v5
67+
uses: actions/upload-artifact@v6
6868
with:
6969
name: binaries-arm64-freenet
7070
path: target/release/freenet
7171

7272
- name: Upload fdev binary
73-
uses: actions/upload-artifact@v5
73+
uses: actions/upload-artifact@v6
7474
with:
7575
name: binaries-arm64-fdev
7676
path: target/release/fdev

0 commit comments

Comments
 (0)