Skip to content

Commit

Permalink
Fix deprecation warnings in workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
jcapona committed Feb 14, 2023
1 parent 986fa1a commit 3b52261
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/experimental.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:

steps:
- name: GitHub Environment Variables Action
uses: FranzDiebold/github-env-vars-action@v1.2.1
uses: FranzDiebold/github-env-vars-action@v2.7.0

- name: Checkout code
uses: actions/checkout@v3
Expand Down Expand Up @@ -121,7 +121,7 @@ jobs:
run: echo "DATE_STAMP=$(date +'%Y-%m-%d')" >> $GITHUB_ENV

- name: Upload OS zip contents
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: pi-topOS_${{ env.DISTRO_NAME }}_${{ env.REPO_NAME }}_${{ env.BUILD_TYPE }}_${{ env.DATE_STAMP }}_B${{ github.run_number || github.run_id }}
if-no-files-found: error
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pt-os.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:

steps:
- name: GitHub Environment Variables Action
uses: FranzDiebold/github-env-vars-action@v1.2.1
uses: FranzDiebold/github-env-vars-action@v2.7.0

- name: Checkout code
uses: actions/checkout@v3
Expand Down Expand Up @@ -115,7 +115,7 @@ jobs:
run: echo "DATE_STAMP=$(date +'%Y-%m-%d')" >> $GITHUB_ENV

- name: Upload OS zip contents
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: pi-topOS_${{ inputs.distro_name }}_${{ inputs.repo_name }}_${{ env.BUILD_TYPE }}_${{ env.DATE_STAMP }}_B${{ github.run_number || github.run_id }}
if-no-files-found: error
Expand Down

0 comments on commit 3b52261

Please sign in to comment.