We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d09a9c9 commit d62a286Copy full SHA for d62a286
.github/workflows/distribute.yml
@@ -41,7 +41,7 @@ jobs:
41
find dist/ -maxdepth 2 -type f
42
43
- name: Upload artifact for deployment job
44
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
45
with:
46
name: acars-package
47
path: 'dist/*'
@@ -55,7 +55,7 @@ jobs:
55
if: github.ref == 'refs/heads/main' || github.ref == 'refs/heads/dev' || startsWith(github.ref, 'refs/tags/')
56
steps:
57
- name: Download artifact from build job
58
- uses: actions/download-artifact@v3
+ uses: actions/download-artifact@v4
59
60
61
0 commit comments