We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa05059 commit 9c4e899Copy full SHA for 9c4e899
.github/workflows/update-lockfile.yml
@@ -37,7 +37,7 @@ jobs:
37
--lockfile conda/conda-lock-${{ matrix.python-version }}.yaml
38
39
- name: Upload lockfile
40
- uses: actions/upload-artifact@v2
+ uses: actions/upload-artifact@v4
41
with:
42
name: conda-lock-${{ matrix.python-version }}.yaml
43
path: conda/conda-lock-${{ matrix.python-version }}.yaml
@@ -52,14 +52,13 @@ jobs:
52
run: |
53
rm -f conda/conda-lock-*.yaml
54
- name: Download all lockfiles
55
- uses: actions/download-artifact@v2
+ uses: actions/download-artifact@v4
56
57
path: conda
58
- name: Print diff
59
60
pwd
61
- ls -al conda
62
- ls -al /home/runner/work/CausalPy/CausalPy/conda/
+ ls -alR conda
63
git status
64
git diff
65
- name: Open a pull request
0 commit comments