Compare commits

...

12 Commits

Author SHA1 Message Date
Tingluo Huang
3b5ac71c72 Merge pull request #6 from actions/pje/upgrade-upload-artifact-to-v4
Upgrade actions/upload-artifact to v4
2024-10-10 16:08:49 -04:00
Patrick Ellis
42c4c32b8f Merge pull request #4 from alex/patch-1
Correct SUPPORT documentation
2024-05-13 16:57:25 -04:00
Patrick Ellis
f1f4280c19 Upgrade actions/upload-artifact to v4
Versions at or below v3 are deprecated and will be unusable in November.

https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/
2024-05-13 16:49:38 -04:00
Josh Gross
1598397a66 Merge pull request #5 from actions/joshmgross/delete-ownership
Delete ownership.yaml
2024-03-19 12:48:05 -04:00
Josh Gross
024e36f5e0 Delete ownership.yaml 2024-03-06 14:45:02 -05:00
Alex Gaynor
eb84d7646a Correct SUPPORT documentation
This repo supports neither issues nor documentation
2024-01-11 09:39:24 -05:00
Ben Wells
d585b049e5 Merge pull request #3 from actions/benwells/update-ownership-yml
Update ownership.yaml
2023-12-12 10:19:17 -05:00
Ben Wells
18679c6c19 Update ownership.yaml 2023-12-12 10:16:11 -05:00
Tingluo Huang
66db024c59 Merge pull request #2 from actions/benwells/update-ownership-slack
Update slack channel associated with ownership.yaml
2023-10-18 13:37:16 -04:00
Ben Wells
8421ebc16f Update ownership.yaml 2023-10-18 13:24:57 -04:00
Thomas Boop
9a0377c9f9 Merge pull request #1 from jcmanzo/patch-1
Update ownership.yaml
2023-10-11 13:22:26 -04:00
JC
6bb24f4f08 Update ownership.yaml
Updates service naming for actions-alpine-nodejs.

For more context, see https://thehub.github.com/epd/engineering/products-and-services/internal/service-catalog/multi-host-org-support/#name-uniqueness
2023-10-11 10:34:28 -04:00
3 changed files with 4 additions and 32 deletions

View File

@@ -32,7 +32,7 @@ jobs:
docker run --rm -v $RUNNER_TEMP/alpine_node:/node_output alpine_nodejs:${{github.event.inputs.NodeVersion}}
ls -l -R $RUNNER_TEMP/alpine_node
- name: Upload alpine node.js
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: alpine_nodejs_${{github.event.inputs.NodeVersion}}
path: ${{runner.temp}}/alpine_node/node-${{github.event.inputs.NodeVersion}}-alpine-x64.tar.gz
@@ -44,7 +44,7 @@ jobs:
container: alpine
steps:
- name: Download alpine node.js
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: alpine_nodejs_${{github.event.inputs.NodeVersion}}
- run: |
@@ -62,7 +62,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Download alpine node.js
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: alpine_nodejs_${{github.event.inputs.NodeVersion}}
# Create GitHub release

View File

@@ -3,9 +3,7 @@
## How to file issues and get help
This project uses GitHub issues to track bugs and feature requests. Please search the existing issues before filing new issues to avoid duplicates. For new issues, file your bug or feature request as a new issue.
For help or questions about using this project, please check the [discussions](https://github.com/actions/alpine_nodejs/discussions)
This project does not support issues, however you may submit a pull request with any proposed improvements.
`actions/alpine_nodejs` is under active development and maintained by GitHub staff **AND THE COMMUNITY**. We will do our best to respond to support, feature requests, and community questions in a timely manner.

View File

@@ -1,26 +0,0 @@
---
version: 1
ownership:
- name: actions-alpine-nodejs
long_name: Actions Alpine NodeJS
description: Alpine NodeJS redeployment for actions runner
tier: 2
kind: artifact
team: github/c2c-actions-runtime
team_slack: actions-runners
repo: https://github.com/actions/alpine_nodejs
maintainer: benwells
exec_sponsor: isethi
qos: maintenance
sev1:
pagerduty: https://github.pagerduty.com/escalation_policies#PT5KQ9D
tta: '1 business days'
sev2:
slack: actions-runtime
issue: https://github.com/actions/alpine_nodejs/issues
tta: '2 business days'
sev3:
slack: actions
issue: https://github.com/actions/alpine_nodejs/issues
tta: '2 weeks'
dependencies: [ ]