Skip to content

Commit 22e81a9

Browse files
authored
Merge pull request #48 from tgharold/20260328-1517
upgrade to actions/upload-artifact@v7
2 parents c722bcd + f4812fe commit 22e81a9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/create-release-asset-on-git-tag.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
run: ls -l artifacts/
6868

6969
- name: Archive artifacts directory
70-
uses: actions/upload-artifact@v3
70+
uses: actions/upload-artifact@v7
7171
with:
7272
name: ${{ env.PROJECT }}.artifacts.${{ env.RELEASE_VERSION }}
7373
path: |
@@ -98,7 +98,7 @@ jobs:
9898
run: ls -l release/
9999

100100
- name: Archive release directory
101-
uses: actions/upload-artifact@v3
101+
uses: actions/upload-artifact@v7
102102
with:
103103
name: ${{ env.PROJECT }}.release.${{ env.RELEASE_TAG }}
104104
path: |

0 commit comments

Comments
 (0)