Update get_context.yml

Update action for Node 16 deprecation (#92)
This commit is contained in:
Michael 2024-01-26 15:52:45 +00:00 committed by GitHub
parent a8dc809787
commit 3d8ab95f11
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -12,17 +12,17 @@ jobs:
environment: mastodon environment: mastodon
steps: steps:
- name: Checkout original repository - name: Checkout original repository
uses: actions/checkout@v3 uses: actions/checkout@v4
with: with:
fetch-depth: 0 fetch-depth: 0
- name: Set up Python - name: Set up Python
uses: actions/setup-python@v4 uses: actions/setup-python@v5
with: with:
python-version: '3.10' python-version: '3.10'
cache: 'pip' # caching pip dependencies cache: 'pip' # caching pip dependencies
- run: pip install -r requirements.txt - run: pip install -r requirements.txt
- name: Download all workflow run artifacts - name: Download all workflow run artifacts
uses: dawidd6/action-download-artifact@v2 uses: dawidd6/action-download-artifact@v3
with: with:
name: artifacts name: artifacts
workflow: get_context.yml workflow: get_context.yml