Skip to content

Commit d62a286

Browse files
committed
Update to artifacts v4
1 parent d09a9c9 commit d62a286

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/distribute.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
find dist/ -maxdepth 2 -type f
4242
4343
- name: Upload artifact for deployment job
44-
uses: actions/upload-artifact@v3
44+
uses: actions/upload-artifact@v4
4545
with:
4646
name: acars-package
4747
path: 'dist/*'
@@ -55,7 +55,7 @@ jobs:
5555
if: github.ref == 'refs/heads/main' || github.ref == 'refs/heads/dev' || startsWith(github.ref, 'refs/tags/')
5656
steps:
5757
- name: Download artifact from build job
58-
uses: actions/download-artifact@v3
58+
uses: actions/download-artifact@v4
5959
with:
6060
name: acars-package
6161

0 commit comments

Comments
 (0)