Skip to content

Commit 42fde60

Browse files
committed
remove deprecated actions
1 parent 8ceb999 commit 42fde60

File tree

1 file changed

+22
-21
lines changed

1 file changed

+22
-21
lines changed

.github/workflows/push_pull.yaml

Lines changed: 22 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -67,20 +67,20 @@ jobs:
6767

6868
# above are common steps for push and pull
6969

70-
# pull only
71-
- name: upload vsix
72-
if: github.event_name == 'pull_request' && !github.event.pull_request.draft
73-
uses: actions/upload-artifact@v2
74-
with:
75-
name: FineCodeCoverage ( zipped vsix)
76-
path: ${{env.VSIX}}
70+
# pull only - todo update to v4
71+
# - name: upload vsix
72+
# if: github.event_name == 'pull_request' && !github.event.pull_request.draft
73+
# uses: actions/upload-artifact@v2
74+
# with:
75+
# name: FineCodeCoverage ( zipped vsix)
76+
# path: ${{env.VSIX}}
7777

78-
- name: upload vsix 2022
79-
if: github.event_name == 'pull_request' && !github.event.pull_request.draft
80-
uses: actions/upload-artifact@v2
81-
with:
82-
name: FineCodeCoverage2022 ( zipped vsix)
83-
path: ${{env.VSIX2022}}
78+
# - name: upload vsix 2022
79+
# if: github.event_name == 'pull_request' && !github.event.pull_request.draft
80+
# uses: actions/upload-artifact@v2
81+
# with:
82+
# name: FineCodeCoverage2022 ( zipped vsix)
83+
# path: ${{env.VSIX2022}}
8484

8585
# push only
8686
- name: create release
@@ -134,11 +134,12 @@ jobs:
134134
manifestPath: ${{github.workspace}}\vs-market-place-manifest-2022.json
135135
vsixPath: ${{env.VSIX2022}}
136136

137-
- name: comment - released and added to marketplace
138-
if: github.event_name == 'push'
139-
uses: tonyhallett/[email protected]
140-
env:
141-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
142-
with:
143-
comment: released ${{steps.next-version.outputs.version_tag}} and available on marketplace
144-
addTo: pullandissues
137+
# todo - actions/upload-artifact@v4 now outputs the artifact-url
138+
# - name: comment - released and added to marketplace
139+
# if: github.event_name == 'push'
140+
# uses: tonyhallett/[email protected]
141+
# env:
142+
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
143+
# with:
144+
# comment: released ${{steps.next-version.outputs.version_tag}} and available on marketplace
145+
# addTo: pullandissues

0 commit comments

Comments
 (0)