Skip to content

Commit

Permalink
fix: Upgrading github actions to latest versions (#148)
Browse files Browse the repository at this point in the history
Upgrading the actions/checkout and actions/upload-artifact
  • Loading branch information
brianferry authored Nov 15, 2024
1 parent 6cdfbc8 commit 2c777a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/figma.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,14 @@ jobs:
if: github.repository == 'RedHat-UX/red-hat-design-tokens'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: brianferry/[email protected]
with:
api_token: ${{ github.event.inputs.figma_token }}
file_id: ${{ github.event.inputs.file_id }}
style_dictionary_url: ${{ github.event.inputs.style_dictionary_url }}
- name: Archive Figma Tokens Payload
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: figma-tokens
path: build/

0 comments on commit 2c777a5

Please sign in to comment.