Skip to content

Commit 10a4982

Browse files
committed
updates for GitHub Action 2.2.0
1 parent 743a8b0 commit 10a4982

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

docs/_data/changelog.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
- date: '2026-04-14'
1+
- date: '2026-04-22'
22
updates:
33
github_actions_action:
44
version: 2.2.0

docs/trusted-build-systems/github.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,9 @@ description: GitHub
1717
> **ZIP archives**
1818
>
1919
> By default, the `upload-artifact` action creates a ZIP archive, which requires the root element of your [Artifact Configurations](/artifact-configuration) to be of type `<zip-file>`.
20-
> If you want to specify your artifact type directly, specify `archive: false` in the `upload-artifact` action. See [Usage](#Usage).
20+
> If you want to specify your artifact type directly, specify `archive: false` in the `upload-artifact` action. See [Usage](#usage).
21+
>
22+
> <i class='la la-exclamation-triangle'></i> Note that there is an open bug in GitHub's `upload-artifact` action where the `name` parameter is ignored and the action fails if another artifact with the same filename has already been uploaded. See issues [#769](https://github.com/actions/upload-artifact/issues/769) and [#785](https://github.com/actions/upload-artifact/issues/785).
2123
2224
{:.panel.info}
2325
> **GitHub Enterprise Server**
@@ -46,8 +48,7 @@ steps:
4648
uses: actions/upload-artifact@v7
4749
with:
4850
path: path/to/your/artifact
49-
archive: false # optional, if not set, SignPath expects a ZIP archive
50-
51+
5152
- id: optional_step_id
5253
uses: signpath/github-action-submit-signing-request@v2
5354
with:
@@ -58,7 +59,6 @@ steps:
5859
github-artifact-id: '${{ steps.upload-unsigned-artifact.outputs.artifact-id }}'
5960
wait-for-completion: true
6061
output-artifact-directory: '/path/to/signed/artifact/directory'
61-
skip-decompress: true # optional, if not set, the action expects a ZIP archive
6262
parameters: |
6363
version: ${{ toJSON(some.userinput) }}
6464
myparam: "another param"

0 commit comments

Comments
 (0)