We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 66cf4fa commit 76661f5Copy full SHA for 76661f5
.github/workflows/build-tarballs.yml
@@ -34,7 +34,7 @@ jobs:
34
working-directory: ${{ github.workspace }}/packages/${{ matrix.package }}
35
- name: Upload tarball locally
36
if: ${{ steps.changes.outputs.matched == 'true' }}
37
- uses: 'actions/upload-artifact@v2'
+ uses: 'actions/upload-artifact@v3'
38
with:
39
name: foreman-js-${{ matrix.package }}-pr-${{ github.event.number }}.tgz
40
path: ${{ github.workspace }}/packages/${{ matrix.package }}/theforeman-${{ matrix.package }}-*.tgz
0 commit comments