Skip to content

Commit

Permalink
Merge pull request #318 from RFD-FHEM/dependabot/github_actions/actio…
Browse files Browse the repository at this point in the history
…ns/upload-artifact-4

Bump actions/upload-artifact from 3 to 4
  • Loading branch information
sidey79 authored Feb 4, 2024
2 parents bd6b56c + 882cece commit 42266e0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/unittest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ jobs:
category: "/board:${{matrix.envName}}"

- name: Upload artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: ${{ steps.compile_sketch.outputs.FILENAME }}
path: |
Expand All @@ -132,7 +132,7 @@ jobs:
steps:
- name: Download artifact
id: download
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4

- name: 'Echo download path'
run: ls -R ${{steps.download.outputs.download-path}}
Expand Down

0 comments on commit 42266e0

Please sign in to comment.