Skip to content

Commit 3bc814a

Browse files
authored
Merge pull request #74 from per1234/remove-comment
Remove useless comments re: actions/download-artifact from Go release workflow
2 parents e238fc0 + cf5dd94 commit 3bc814a

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

workflow-templates/dependabot/workflow-template-copies/.github/workflows/publish-go-nightly-task.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,6 @@ jobs:
5656
uses: actions/download-artifact@v2
5757
with:
5858
name: ${{ env.ARTIFACT_NAME }}
59-
# to ensure compatibility with v1
6059
path: ${{ env.DIST_DIR }}
6160

6261
- name: Import Code-Signing Certificates
@@ -125,7 +124,6 @@ jobs:
125124
uses: actions/download-artifact@v2
126125
with:
127126
name: ${{ env.ARTIFACT_NAME }}
128-
# to ensure compatibility with v1
129127
path: ${{ env.DIST_DIR }}
130128

131129
- name: Upload release files on Arduino downloads servers

workflow-templates/publish-go-nightly-task.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,6 @@ jobs:
5656
uses: actions/download-artifact@v2
5757
with:
5858
name: ${{ env.ARTIFACT_NAME }}
59-
# to ensure compatibility with v1
6059
path: ${{ env.DIST_DIR }}
6160

6261
- name: Import Code-Signing Certificates
@@ -125,7 +124,6 @@ jobs:
125124
uses: actions/download-artifact@v2
126125
with:
127126
name: ${{ env.ARTIFACT_NAME }}
128-
# to ensure compatibility with v1
129127
path: ${{ env.DIST_DIR }}
130128

131129
- name: Upload release files on Arduino downloads servers

0 commit comments

Comments
 (0)