Skip to content

Commit

Permalink
Merge pull request #40 from SINTEF/feat/feems-result-co2-emissions-up…
Browse files Browse the repository at this point in the history
…date

github action updated
  • Loading branch information
kevinksyTRD authored Jan 23, 2025
2 parents f2b71be + e7669fd commit f9f4bc2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish_MachSysS.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
cd machinery-system-structure
python -m build
- name: Store the distribution packages 📦
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: python-package-distributions-MachSysS
path: machinery-system-structure/dist/
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish_RunFeemsSim.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
cd RunFEEMSSim
python -m build
- name: Store the distribution packages 📦
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: python-package-distributions-RunFeemsSim
path: RunFEEMSSim/dist/
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish_feems.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
cd feems
poetry build
- name: Store the distribution packages 📦
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: python-package-distributions-feems
path: feems/dist/
Expand Down

0 comments on commit f9f4bc2

Please sign in to comment.