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 e2b4123 commit a9ff1efCopy full SHA for a9ff1ef
.github/workflows/docs-build.yml
@@ -17,7 +17,7 @@ jobs:
17
steps:
18
- uses: actions/checkout@v4 # deploy needs git credentials
19
- name: Download prepared docs
20
- uses: actions/download-artifact@v4
+ uses: actions/download-artifact@v5
21
with:
22
name: docs-html-${{ github.sha }}
23
path: docs/build/html
.github/workflows/greetings.yml
@@ -7,7 +7,7 @@ jobs:
7
greeting:
8
runs-on: ubuntu-latest
9
10
- - uses: actions/first-interaction@v1
+ - uses: actions/first-interaction@v2
11
12
repo-token: ${{ secrets.GITHUB_TOKEN }}
13
issue-message: "Hi! thanks for your contribution!, great first issue!"
0 commit comments