Skip to content

Commit ad7904e

Browse files
authored
Merge pull request #17 from namib-project/meta-data-update
Update draft metadata
2 parents 7696e9d + 5e3e6da commit ad7904e

File tree

3 files changed

+13
-9
lines changed

3 files changed

+13
-9
lines changed

.github/workflows/archive.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,6 @@ jobs:
2828
token: ${{ github.token }}
2929

3030
- name: "Save Archive"
31-
uses: actions/upload-artifact@v2
31+
uses: actions/upload-artifact@v4
3232
with:
3333
path: archive.json

.github/workflows/ghpages.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
date -u "+::set-output name=date::%FT%T"
3131
3232
- name: "Cache References"
33-
uses: actions/cache@v2
33+
uses: actions/cache@v4
3434
with:
3535
path: |
3636
${{ steps.cache-setup.outputs.path }}
@@ -53,7 +53,7 @@ jobs:
5353
token: ${{ github.token }}
5454

5555
- name: "Archive Built Drafts"
56-
uses: actions/upload-artifact@v2
56+
uses: actions/upload-artifact@v4
5757
with:
5858
path: |
5959
draft-*.html

draft-romann-mud-constrained.md

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ category: info # std is not allowed for independent submissions, as it seems
1010
submissiontype: independent
1111
# consensus: true # Not allowed for independent submissions
1212

13-
# area: $AREA
14-
# workgroup: $WorkGroup
13+
area: ops
14+
workgroup: iotops
1515
keyword: Internet-Draft, CoAP, MUD
1616

1717
venue:
@@ -32,6 +32,12 @@ author:
3232
3333
role: editor
3434
country: Germany
35+
-
36+
ins: J. Jiménez
37+
name: Jaime Jiménez
38+
organization: Ericsson
39+
phone: "+358-442-992-827"
40+
3541

3642
entity:
3743
SELF: "[RFC-XXXX]"
@@ -476,9 +482,7 @@ Network operators SHOULD specify a policy that describes:
476482

477483
--- back
478484

485+
<!--
479486
# Acknowledgments
480487
{: numbered="no"}
481-
482-
We would like to thank Jaime Jiménez for allowing us to build upon his draft
483-
`draft-jimenez-t2trg-mud-coap-00` for creating an initial version of this
484-
document.
488+
-->

0 commit comments

Comments
 (0)