Skip to content

Commit c82abda

Browse files
sufikaurSufi Kaur
andauthored
Update depreciated github artifact actions v3 to current v4 (#149)
* update to v4 * make names for each run be unique * make names for each run be unique with py version being tested * change naming mechanism to be more unique * experimenting with overwrite * mimic changes that worked one year ago by tanner * switch back to 22.04 * trying if this version will have the tests work * make name unique --------- Co-authored-by: Sufi Kaur <sufikaur@lbl.gov>
1 parent 50065c4 commit c82abda

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/core.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ jobs:
8888
- win64
8989
include:
9090
- os: linux
91-
runner-image: ubuntu-20.04
91+
runner-image: ubuntu-22.04
9292
- os: win64
9393
runner-image: windows-2022
9494
steps:
@@ -112,7 +112,7 @@ jobs:
112112
pytest -v idaes_examples --ignore=idaes_examples/notebooks/docs/surrogates/sco2/alamo/
113113
- name: Upload pytest-xdist worker logs
114114
if: success() || failure()
115-
uses: actions/upload-artifact@v3
115+
uses: actions/upload-artifact@v4
116116
with:
117-
name: pytest_worker_logs
117+
name: pytest_worker_logs--${{ runner.os }}-${{ github.run_id }}-${{ github.run_attempt }}-${{ runner.os }}-py${{ matrix.python-version }}
118118
path: "tests_*.log"

0 commit comments

Comments
 (0)