Skip to content

Commit 372b6c7

Browse files
Merge pull request #626 from 21cmfast/dependabot/github_actions/actions/upload-artifact-7
Bump actions/upload-artifact from 6 to 7
2 parents e822171 + 49caa80 commit 372b6c7

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/fork_pr_benchmarks_run.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,12 +40,12 @@ jobs:
4040
pytest --benchmark-json results.json tests/test_integration_features.py
4141
4242
- name: Upload Benchmark Results
43-
uses: actions/upload-artifact@v6
43+
uses: actions/upload-artifact@v7
4444
with:
4545
name: benchmark_results.json
4646
path: ./results.json
4747
- name: Upload GitHub Pull Request Event
48-
uses: actions/upload-artifact@v6
48+
uses: actions/upload-artifact@v7
4949
with:
5050
name: event.json
5151
path: ${{ github.event_path }}

.github/workflows/run-tutorials.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
TEST_RUN=True papermill -k tests --request-save-on-cell-execute docs/tutorials/${{ matrix.tutorial }}.ipynb ${{ matrix.tutorial }}.ipynb
8181
8282
- name: Archive Notebooks
83-
uses: actions/upload-artifact@v6
83+
uses: actions/upload-artifact@v7
8484
with:
8585
name: tutorials-${{ matrix.tutorial }}
8686
path: |

.github/workflows/test_suite.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585
8686
- name: Archive Integration Test Plots
8787
if: always()
88-
uses: actions/upload-artifact@v6
88+
uses: actions/upload-artifact@v7
8989
with:
9090
name: integration-test-plots-${{ matrix.os }}-${{ matrix.python-version }}-${{ matrix.compiler }}
9191
path: |

0 commit comments

Comments
 (0)