Skip to content

Commit 8cfa2e2

Browse files
chore(deps): bump actions/upload-artifact from 6 to 7 (#2721)
1 parent 1b72355 commit 8cfa2e2

6 files changed

Lines changed: 11 additions & 11 deletions

File tree

.github/workflows/benchmark.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,14 +52,14 @@ jobs:
5252
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5353

5454
- name: Upload failed benchmark artifact
55-
uses: actions/upload-artifact@v6
55+
uses: actions/upload-artifact@v7
5656
if: failure()
5757
with:
5858
name: failed-benchmark-${{ matrix.os }}-${{ matrix.python-version }}-${{ github.run_id }}
5959
path: autotest/.failed/**
6060

6161
- name: Upload benchmark result artifact
62-
uses: actions/upload-artifact@v6
62+
uses: actions/upload-artifact@v7
6363
with:
6464
name: benchmarks-${{ matrix.os }}-${{ matrix.python-version }}-${{ github.run_id }}
6565
path: autotest/.benchmarks/*.json
@@ -130,7 +130,7 @@ jobs:
130130
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
131131

132132
- name: Upload benchmark results
133-
uses: actions/upload-artifact@v6
133+
uses: actions/upload-artifact@v7
134134
with:
135135
name: benchmarks-${{ github.run_id }}
136136
path: |

.github/workflows/commit.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ jobs:
9595
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
9696

9797
- name: Upload failed test outputs
98-
uses: actions/upload-artifact@v6
98+
uses: actions/upload-artifact@v7
9999
if: failure()
100100
with:
101101
name: failed-smoke-${{ runner.os }}-${{ env.PYTHON_VERSION }}
@@ -186,7 +186,7 @@ jobs:
186186
run: pixi run --manifest-path=../../modflow6/pixi.toml coverage report
187187

188188
- name: Upload failed test outputs
189-
uses: actions/upload-artifact@v6
189+
uses: actions/upload-artifact@v7
190190
if: failure()
191191
with:
192192
name: failed-${{ matrix.os }}-${{ matrix.python-version }}

.github/workflows/examples.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
8181

8282
- name: Upload failed test outputs
83-
uses: actions/upload-artifact@v6
83+
uses: actions/upload-artifact@v7
8484
if: failure()
8585
with:
8686
name: failed-example-${{ matrix.os }}-${{ matrix.python-version }}

.github/workflows/optional.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
fi
5353
5454
- name: Upload removed dependencies log
55-
uses: actions/upload-artifact@v6
55+
uses: actions/upload-artifact@v7
5656
with:
5757
name: smoke-test-removed-dependencies
5858
path: ./removed_dependencies.txt
@@ -67,7 +67,7 @@ jobs:
6767
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
6868

6969
- name: Upload failed test outputs
70-
uses: actions/upload-artifact@v6
70+
uses: actions/upload-artifact@v7
7171
if: failure()
7272
with:
7373
name: failed-smoke-${{ runner.os }}-${{ env.PYTHON_VERSION }}

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
7878

7979
- name: Upload failed test outputs
80-
uses: actions/upload-artifact@v6
80+
uses: actions/upload-artifact@v7
8181
if: failure()
8282
with:
8383
name: failed-outputs-${{ github.run_id }}
@@ -111,7 +111,7 @@ jobs:
111111
sed -i '1i # Changelog' $clog
112112
113113
- name: Upload changelog
114-
uses: actions/upload-artifact@v6
114+
uses: actions/upload-artifact@v7
115115
with:
116116
name: changelog
117117
path: CHANGELOG.md

.github/workflows/rtd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ jobs:
159159
github.event_name == 'push' ||
160160
github.event_name == 'workflow_dispatch'
161161
)
162-
uses: actions/upload-artifact@v6
162+
uses: actions/upload-artifact@v7
163163
with:
164164
name: notebooks-for-${{ needs.set_options.outputs.sha }}
165165
path: flopy/.docs/Notebooks/*.ipynb

0 commit comments

Comments
 (0)