We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dba0a20 commit ab11e5dCopy full SHA for ab11e5d
.github/workflows/distribute.yml
@@ -37,10 +37,11 @@ jobs:
37
find dist/ -maxdepth 2 -type f
38
39
- name: Upload artifact for deployment job
40
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
41
with:
42
name: acars-package
43
path: 'stable.zip'
44
+ overwrite: true
45
46
#
47
# Now publish it up
@@ -51,7 +52,7 @@ jobs:
51
52
if: github.ref == 'refs/heads/main' || github.ref == 'refs/heads/dev' || startsWith(github.ref, 'refs/tags/')
53
steps:
54
- name: Download artifact from build job
- uses: actions/download-artifact@v3
55
+ uses: actions/download-artifact@v4
56
57
58
0 commit comments