Skip to content

Commit 484977a

Browse files
committed
Automatic update of .github/workflows/publish.yml
1 parent 1f503dc commit 484977a

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/publish.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,11 @@ jobs:
4747
- name: "Upload to Datatracker"
4848
uses: martinthomson/i-d-template@v1
4949
with:
50-
make: upload "[email protected]"
50+
make: upload
51+
env:
52+
UPLOAD_EMAIL: ${{ inputs.email }}
5153

5254
- name: "Archive Submitted Drafts"
53-
uses: actions/upload-artifact@v3
55+
uses: actions/upload-artifact@v4
5456
with:
5557
path: "versioned/draft-*-[0-9][0-9].*"

0 commit comments

Comments
 (0)