We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f600c14 commit e6a718eCopy full SHA for e6a718e
.github/workflows/lint-yaml.yml
@@ -19,7 +19,7 @@ jobs:
19
path: github-config
20
21
- name: Set up Python
22
- uses: actions/setup-python@v3
+ uses: actions/setup-python@v4
23
with:
24
python-version: 3.8
25
.github/workflows/test-pull-request.yml
@@ -82,7 +82,7 @@ jobs:
82
runs-on: ubuntu-22.04
83
steps:
84
- name: Upload Artifact
85
- uses: actions/upload-artifact@v2
+ uses: actions/upload-artifact@v3
86
87
name: event-payload
88
path: ${{ github.event_path }}
0 commit comments