Skip to content

Commit bce036e

Browse files
authored
1 parent 306f81f commit bce036e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ jobs:
3838
- name: Name artifact
3939
id: nameartifact
4040
run: |
41-
echo "::set-output name=artifactName::rendered-tutorials"
42-
41+
echo "::set-output {artifactName}::{rendered-tutorials}" >> $GITHUB_OUTPUT
42+
4343
- uses: actions/upload-artifact@v4
4444
with:
4545
name: ${{ steps.nameartifact.outputs.artifactName }}

0 commit comments

Comments
 (0)