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.
2 parents ffd073a + 46231ad commit b6948cdCopy full SHA for b6948cd
.github/workflows/main.yaml
@@ -5,6 +5,7 @@ on:
5
branches:
6
- main
7
pull_request:
8
+ workflow_dispatch:
9
10
jobs:
11
build:
.github/workflows/test.yaml
@@ -18,7 +18,7 @@ jobs:
18
19
steps:
20
- name: Download image artifact
21
- uses: actions/download-artifact@v2
+ uses: actions/download-artifact@v3
22
with:
23
name: ${{ inputs.artifact }}
24
0 commit comments