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 877951f commit 3c2c49fCopy full SHA for 3c2c49f
.github/workflows/build.yml
@@ -18,7 +18,7 @@ jobs:
18
with:
19
metric_frequency: 1
20
comment_on_pr: false
21
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
22
- name: build
23
run: |
24
sudo apt-get update
@@ -44,7 +44,7 @@ jobs:
44
needs: build
45
if: github.ref == 'refs/heads/main' && github.event.inputs.component == ''
46
steps:
47
48
- name: tag latest
49
50
git tag --force latest
@@ -64,7 +64,7 @@ jobs:
64
65
if: github.ref == 'refs/heads/main' && github.event.inputs.component != ''
66
67
68
69
fetch-depth: 0
70
- uses: actions/download-artifact@v3
0 commit comments