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.
2 parents 2c9e9fb + 8b5c223 commit fd9899eCopy full SHA for fd9899e
.github/workflows/release.yml
@@ -73,7 +73,7 @@ jobs:
73
throw new Error('Package-build workflow did not complete successfully within 10 minutes');
74
75
- name: Download build artifacts
76
- uses: actions/download-artifact@v7
+ uses: actions/download-artifact@v8
77
with:
78
name: packages
79
path: artifacts/
.github/workflows/test-build.yml
@@ -77,7 +77,7 @@ jobs:
- uses: actions/checkout@v6
- name: Download built deb
80
81
82
name: deb-${{matrix.host_release}}
83
0 commit comments