Knowledge check

Completed

Choose the best response for each question, then select Check your answers.

Check your knowledge

1.

Artifacts from a GitHub Actions workflow can be saved with what action?

2.

What is one way that GitHub Actions workflows can NOT be used?

3.

Which action would you use to access a repository's code from the virtual machine provided by GitHub Actions?

4.

How many builds will the following matrix produce? os: [ubuntu-latest, windows-latest] node-version: [14.x, 16.x, 18.x]