Skip to content

Commit

Permalink
Updates to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-montalvo committed May 28, 2024
1 parent a3efc92 commit e831c2b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/editors-draft.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
BUILD_FAIL_ON: nothing
ARTIFACT_NAME: 'core-aam'

- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v4
with:
name: core-aam
path: core-aam.zip
Expand All @@ -41,7 +41,7 @@ jobs:
token: ${{ secrets.GITHUB_TOKEN }}

- name: Download artifacts
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4
with:
name: core-aam
path: core-aam.zip
Expand Down

0 comments on commit e831c2b

Please sign in to comment.