Skip to content

Commit 9c4e899

Browse files
committed
Bump artifacts version
1 parent aa05059 commit 9c4e899

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/update-lockfile.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
--lockfile conda/conda-lock-${{ matrix.python-version }}.yaml
3838
3939
- name: Upload lockfile
40-
uses: actions/upload-artifact@v2
40+
uses: actions/upload-artifact@v4
4141
with:
4242
name: conda-lock-${{ matrix.python-version }}.yaml
4343
path: conda/conda-lock-${{ matrix.python-version }}.yaml
@@ -52,14 +52,13 @@ jobs:
5252
run: |
5353
rm -f conda/conda-lock-*.yaml
5454
- name: Download all lockfiles
55-
uses: actions/download-artifact@v2
55+
uses: actions/download-artifact@v4
5656
with:
5757
path: conda
5858
- name: Print diff
5959
run: |
6060
pwd
61-
ls -al conda
62-
ls -al /home/runner/work/CausalPy/CausalPy/conda/
61+
ls -alR conda
6362
git status
6463
git diff
6564
- name: Open a pull request

0 commit comments

Comments
 (0)