Skip to content

Commit

Permalink
Automatic update of .github/workflows/publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
martinthomson committed Apr 30, 2024
1 parent c1a1cb2 commit 2938b82
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:

- name: "Setup"
id: setup
run: date -u "+::set-output name=date::%FT%T"
run: date -u "+date=%FT%T" >>"$GITHUB_OUTPUT"

- name: "Caching"
uses: actions/cache@v3
Expand All @@ -44,6 +44,6 @@ jobs:
make: upload

- name: "Archive Submitted Drafts"
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
path: "draft-*-[0-9][0-9].xml"
path: "versioned/draft-*-[0-9][0-9].*"

0 comments on commit 2938b82

Please sign in to comment.