Skip to content

Commit 4e09ea8

Browse files
Bump actions/upload-artifact from 6 to 7
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 6 to 7. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v6...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 45d9c75 commit 4e09ea8

4 files changed

Lines changed: 9 additions & 9 deletions

File tree

.github/workflows/benchmarks.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- run: |
1616
git clone https://github.com/gi0baro/rewrk.git
1717
cd rewrk && cargo build --release
18-
- uses: actions/upload-artifact@v6
18+
- uses: actions/upload-artifact@v7
1919
with:
2020
name: rewrk
2121
path: rewrk/target/release/rewrk
@@ -49,7 +49,7 @@ jobs:
4949
run: |
5050
python benchmarks.py
5151
- name: upload results
52-
uses: actions/upload-artifact@v6
52+
uses: actions/upload-artifact@v7
5353
with:
5454
name: results-base
5555
path: benchmarks/results/*
@@ -87,7 +87,7 @@ jobs:
8787
run: |
8888
python benchmarks.py vs
8989
- name: upload results
90-
uses: actions/upload-artifact@v6
90+
uses: actions/upload-artifact@v7
9191
with:
9292
name: results-vs
9393
path: benchmarks/results/*
@@ -119,7 +119,7 @@ jobs:
119119
run: |
120120
python benchmarks.py vs_ws
121121
- name: upload results
122-
uses: actions/upload-artifact@v6
122+
uses: actions/upload-artifact@v7
123123
with:
124124
name: results-ws
125125
path: benchmarks/results/*
@@ -171,7 +171,7 @@ jobs:
171171
BENCHMARK_EXC_PREFIX=${{ github.workspace }}/.venv313/bin ${{ github.workspace }}/.venv313/bin/python benchmarks.py interfaces
172172
mv results/data.json results/py313.json
173173
- name: upload results
174-
uses: actions/upload-artifact@v6
174+
uses: actions/upload-artifact@v7
175175
with:
176176
name: results-pyver
177177
path: benchmarks/results/*

.github/workflows/benchmarks_ext.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
run: |
2525
python external/tfb/loader.py > results/tfb.json
2626
- name: upload results
27-
uses: actions/upload-artifact@v6
27+
uses: actions/upload-artifact@v7
2828
with:
2929
name: results-tfb
3030
path: benchmarks/results/*

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ jobs:
104104
container: ${{ matrix.container }}
105105
docker-options: -e CI
106106
- name: Upload wheels
107-
uses: actions/upload-artifact@v6
107+
uses: actions/upload-artifact@v7
108108
with:
109109
name: dist-${{ matrix.platform || matrix.os }}-${{ matrix.target }}-${{ matrix.manylinux || 'auto' }}-${{ matrix.allocator || 'auto' }}
110110
path: dist

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
command: sdist
2121
args: --out dist
2222
- name: Upload sdist
23-
uses: actions/upload-artifact@v6
23+
uses: actions/upload-artifact@v7
2424
with:
2525
name: dist-sdist
2626
path: dist
@@ -123,7 +123,7 @@ jobs:
123123
container: ${{ matrix.container }}
124124
docker-options: -e CI
125125
- name: Upload wheels
126-
uses: actions/upload-artifact@v6
126+
uses: actions/upload-artifact@v7
127127
with:
128128
name: dist-${{ matrix.platform || matrix.os }}-${{ matrix.target }}-${{ matrix.manylinux || 'auto' }}-${{ matrix.allocator || 'auto' }}
129129
path: dist

0 commit comments

Comments
 (0)