Skip to content

Commit ed781e5

Browse files
authored
Remove reference to ESMF forum (#311)
* Remove reference to ESMF forum * Update upload-artifact GitHub action version
1 parent 34237ad commit ed781e5

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

.github/workflows/pull-request-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
zip -r ../SAMM-snapshot-specification.zip SAMM-snapshot
7171
7272
- name: Upload build artifacts
73-
uses: actions/upload-artifact@v2
73+
uses: actions/upload-artifact@v4
7474
if: env.ONLY_MD != 'true'
7575
with:
7676
name: samm-artifacts

CONTRIBUTING.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,7 @@ Framework](https://projects.eclipse.org/projects/dt.esmf/).
1515

1616
# Contributing Source Code and Technical Specifications for this Project (using GitHub)
1717
* We use this GitHub repository to track issues and feature requests.
18-
* For general discussions of the ESMF, modeling questions etc. we use the [community
19-
forum](https://www.eclipse.org/forums/index.php/f/617/).
18+
* For general discussions of the ESMF, modeling questions etc. we use the [ESMF Chat](https://chat.eclipse.org/#/room/#eclipse-semantic-modeling-framework:matrix.eclipse.org).
2019
* Opening `Issues` and `PRs` in GitHub is the preferred way to interact with the community around
2120
this repository and the Semantic Aspect Meta Model.
2221
* For deeper discussions specific to development, there is also the [developer mailing

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ SAMM uses semantic versioning (`major.minor.micro`) with the following rules:
5252
Are you having trouble with Semantic Aspect Meta Model? We want to help!
5353

5454
* Check the reference [documentation](https://eclipse-esmf.github.io/samm-specification/snapshot/index.html).
55-
* Ask a question the [community forum](https://www.eclipse.org/forums/index.php/f/617/).
55+
* Ask a question the [ESMF Chat](https://chat.eclipse.org/#/room/#eclipse-semantic-modeling-framework:matrix.eclipse.org).
5656
* Having issues with SAMM? Open a [GitHub issue]( https://github.com/eclipse-esmf/esmf-semantic-aspect-meta-model/issues).
5757

5858
## Build and contribute

0 commit comments

Comments
 (0)