Skip to content

Commit 76661f5

Browse files
committed
Update upload-artifact to v3
1 parent 66cf4fa commit 76661f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-tarballs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
working-directory: ${{ github.workspace }}/packages/${{ matrix.package }}
3535
- name: Upload tarball locally
3636
if: ${{ steps.changes.outputs.matched == 'true' }}
37-
uses: 'actions/upload-artifact@v2'
37+
uses: 'actions/upload-artifact@v3'
3838
with:
3939
name: foreman-js-${{ matrix.package }}-pr-${{ github.event.number }}.tgz
4040
path: ${{ github.workspace }}/packages/${{ matrix.package }}/theforeman-${{ matrix.package }}-*.tgz

0 commit comments

Comments
 (0)