Skip to content

Commit ab11e5d

Browse files
committed
Use upload-artifact@v4
1 parent dba0a20 commit ab11e5d

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/distribute.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,11 @@ jobs:
3737
find dist/ -maxdepth 2 -type f
3838
3939
- name: Upload artifact for deployment job
40-
uses: actions/upload-artifact@v3
40+
uses: actions/upload-artifact@v4
4141
with:
4242
name: acars-package
4343
path: 'stable.zip'
44+
overwrite: true
4445

4546
#
4647
# Now publish it up
@@ -51,7 +52,7 @@ jobs:
5152
if: github.ref == 'refs/heads/main' || github.ref == 'refs/heads/dev' || startsWith(github.ref, 'refs/tags/')
5253
steps:
5354
- name: Download artifact from build job
54-
uses: actions/download-artifact@v3
55+
uses: actions/download-artifact@v4
5556
with:
5657
name: acars-package
5758

0 commit comments

Comments
 (0)